| Index: ui/views/widget/native_widget_private.h
|
| ===================================================================
|
| --- ui/views/widget/native_widget_private.h (revision 157553)
|
| +++ ui/views/widget/native_widget_private.h (working copy)
|
| @@ -208,7 +208,6 @@
|
| virtual void SchedulePaintInRect(const gfx::Rect& rect) = 0;
|
| virtual void SetCursor(gfx::NativeCursor cursor) = 0;
|
| virtual void ClearNativeFocus() = 0;
|
| - virtual void FocusNativeView(gfx::NativeView native_view) = 0;
|
| virtual gfx::Rect GetWorkAreaBoundsInScreen() const = 0;
|
| virtual void SetInactiveRenderingDisabled(bool value) = 0;
|
| virtual Widget::MoveLoopResult RunMoveLoop(const gfx::Point& drag_offset) = 0;
|
|
|