Chromium Code Reviews| Index: ui/views/widget/native_widget_helper_aura.h |
| diff --git a/ui/views/widget/native_widget_helper_aura.h b/ui/views/widget/native_widget_helper_aura.h |
| index 4d73932724a691a91f05b2c59164380c090e2b84..09b90dab0851312cecfbb18de4679dbb035ecb0b 100644 |
| --- a/ui/views/widget/native_widget_helper_aura.h |
| +++ b/ui/views/widget/native_widget_helper_aura.h |
| @@ -31,6 +31,10 @@ class VIEWS_EXPORT NativeWidgetHelperAura { |
| // |root_window_|, and returns modified bounds to set the origin to |
| // zero. Otherwise, pass through in_bounds. |
| virtual gfx::Rect ModifyAndSetBounds(gfx::Rect bounds) = 0; |
| + |
| + // Takes bounds relative to the RootWindow and changes them to be relative to |
| + // the screen. |
| + virtual gfx::Rect ChangeRootWindowBoundsToScreenBounds(gfx::Rect bounds) = 0; |
|
sky
2012/04/24 22:42:28
const gfx::Rect&
|
| }; |
| } // namespace views |