diff options
Diffstat (limited to 'ui/aura/window_tree_host_win.h')
-rw-r--r-- | ui/aura/window_tree_host_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/aura/window_tree_host_win.h b/ui/aura/window_tree_host_win.h index 8399c8e..f0fc384 100644 --- a/ui/aura/window_tree_host_win.h +++ b/ui/aura/window_tree_host_win.h @@ -26,8 +26,8 @@ class AURA_EXPORT WindowTreeHostWin // WindowTreeHost: ui::EventSource* GetEventSource() override; gfx::AcceleratedWidget GetAcceleratedWidget() override; - void Show() override; - void Hide() override; + void ShowImpl() override; + void HideImpl() override; gfx::Rect GetBounds() const override; void SetBounds(const gfx::Rect& bounds) override; gfx::Point GetLocationOnNativeScreen() const override; |