Index: ui/platform_window/stub/stub_window.h |
diff --git a/ui/platform_window/stub/stub_window.h b/ui/platform_window/stub/stub_window.h |
index d4b9be23036b4751a1b08fe7c6854c4fb7dd9174..4b8d29e2b08ba16bad211f537d564df6d04decf6 100644 |
--- a/ui/platform_window/stub/stub_window.h |
+++ b/ui/platform_window/stub/stub_window.h |
@@ -26,6 +26,7 @@ class STUB_WINDOW_EXPORT StubWindow : NON_EXPORTED_BASE(public PlatformWindow) { |
void Show() override; |
void Hide() override; |
void Close() override; |
+ void PrepareForShutdown() override; |
void SetBounds(const gfx::Rect& bounds) override; |
gfx::Rect GetBounds() override; |
void SetTitle(const base::string16& title) override; |