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 e4fcd02d936ee0ed921a4d381aa245a48c95658e..4a005e69d4e7477c7d567dff92611e5ba68fb297 100644 |
--- a/ui/aura/window_tree_host_ozone.h |
+++ b/ui/aura/window_tree_host_ozone.h |
@@ -38,6 +38,7 @@ class AURA_EXPORT WindowTreeHostOzone : public WindowTreeHost, |
void SetCursorNative(gfx::NativeCursor cursor_type) override; |
void MoveCursorToNative(const gfx::Point& location) override; |
void OnCursorVisibilityChangedNative(bool show) override; |
+ void OnChangedSurface() override; |
ui::PlatformWindow* platform_window() { return platform_window_.get(); } |