| Index: ui/views/widget/desktop_native_widget_aura.cc
|
| ===================================================================
|
| --- ui/views/widget/desktop_native_widget_aura.cc (revision 157553)
|
| +++ ui/views/widget/desktop_native_widget_aura.cc (working copy)
|
| @@ -302,11 +302,9 @@
|
| }
|
|
|
| void DesktopNativeWidgetAura::ClearNativeFocus() {
|
| + desktop_root_window_host_->ClearNativeFocus();
|
| }
|
|
|
| -void DesktopNativeWidgetAura::FocusNativeView(gfx::NativeView native_view) {
|
| -}
|
| -
|
| gfx::Rect DesktopNativeWidgetAura::GetWorkAreaBoundsInScreen() const {
|
| return gfx::Rect(100, 100);
|
| }
|
|
|