Chromium Code Reviews| Index: ui/aura/window_tree_host_ozone.h |
| diff --git a/ui/aura/window_tree_host_ozone.h b/ui/aura/window_tree_host_ozone.h |
| index 52d7ca867ac055e78c1c15c930f082d462ad007e..7929468258123e6bbf787718fbbaa20940d19ca4 100644 |
| --- a/ui/aura/window_tree_host_ozone.h |
| +++ b/ui/aura/window_tree_host_ozone.h |
| @@ -24,6 +24,9 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, |
| explicit WindowTreeHostOzone(const gfx::Rect& bounds); |
| virtual ~WindowTreeHostOzone(); |
| + protected: |
| + virtual gfx::Rect GetBounds() const override; |
|
sadrul
2014/11/11 14:41:14
+ // WindowTreeHost:
(you should update the .cc
llandwerlin-old
2014/11/11 18:29:17
Done.
|
| + |
| private: |
| // ui::PlatformWindowDelegate: |
| virtual void OnBoundsChanged(const gfx::Rect&) override; |
| @@ -42,7 +45,6 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, |
| virtual gfx::AcceleratedWidget GetAcceleratedWidget() override; |
| virtual void Show() override; |
| virtual void Hide() override; |
| - virtual gfx::Rect GetBounds() const override; |
| virtual void SetBounds(const gfx::Rect& bounds) override; |
| virtual gfx::Point GetLocationOnNativeScreen() const override; |
| virtual void SetCapture() override; |