| Index: ui/views/widget/native_widget_private.h
|
| ===================================================================
|
| --- ui/views/widget/native_widget_private.h (revision 111096)
|
| +++ ui/views/widget/native_widget_private.h (working copy)
|
| @@ -200,8 +200,6 @@
|
| virtual void SetCursor(gfx::NativeCursor cursor) = 0;
|
| virtual void ClearNativeFocus() = 0;
|
| virtual void FocusNativeView(gfx::NativeView native_view) = 0;
|
| - virtual bool ConvertPointFromAncestor(
|
| - const Widget* ancestor, gfx::Point* point) const = 0;
|
| virtual gfx::Rect GetWorkAreaBoundsInScreen() const = 0;
|
| virtual void SetInactiveRenderingDisabled(bool value) = 0;
|
|
|
|
|