Index: ui/gfx/win/window_impl.h |
diff --git a/ui/gfx/win/window_impl.h b/ui/gfx/win/window_impl.h |
index 348253671f4f6fa0c42bf9c447d0ecc01e5ddbc2..2682d18363f366360831b04eec9011d3faf0d2be 100644 |
--- a/ui/gfx/win/window_impl.h |
+++ b/ui/gfx/win/window_impl.h |
@@ -51,6 +51,7 @@ class GFX_EXPORT WindowImpl : public MessageMapInterface { |
// Returns the default window icon to use for windows of this type. |
virtual HICON GetDefaultWindowIcon() const; |
+ virtual HICON GetSmallWindowIcon() const; |
// Returns the HWND associated with this Window. |
HWND hwnd() const { return hwnd_; } |