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