Index: ui/aura/window_tree_host_platform.h |
diff --git a/ui/aura/window_tree_host_platform.h b/ui/aura/window_tree_host_platform.h |
index bd78de7a4cd1b1f44ce26b1d5801b30560bc7e3f..2e659d3b586a290460f1a1c339fdc9518e3e2eb8 100644 |
--- a/ui/aura/window_tree_host_platform.h |
+++ b/ui/aura/window_tree_host_platform.h |
@@ -52,6 +52,7 @@ class AURA_EXPORT WindowTreeHostPlatform |
void OnLostCapture() override; |
void OnAcceleratedWidgetAvailable(gfx::AcceleratedWidget widget, |
float device_pixel_ratio) override; |
+ void OnAcceleratedWidgetDestroyed() override; |
void OnActivationChanged(bool active) override; |
gfx::AcceleratedWidget widget_; |