| Index: views/widget/native_widget_aura.cc
|
| diff --git a/views/widget/native_widget_aura.cc b/views/widget/native_widget_aura.cc
|
| index b1a1c41ed68b6cc4a0f4533110d619ac6bafaf68..23af410e8be210903214c67b0410d4592eb93995 100644
|
| --- a/views/widget/native_widget_aura.cc
|
| +++ b/views/widget/native_widget_aura.cc
|
| @@ -266,8 +266,6 @@ gfx::Rect NativeWidgetAura::GetWindowScreenBounds() const {
|
| }
|
|
|
| gfx::Rect NativeWidgetAura::GetClientAreaScreenBounds() const {
|
| - // TODO(beng):
|
| - NOTIMPLEMENTED();
|
| return window_->GetScreenBounds();
|
| }
|
|
|
|
|