summaryrefslogtreecommitdiffstats
path: root/views/window/window_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/window/window_delegate.cc')
-rw-r--r--views/window/window_delegate.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/window/window_delegate.cc b/views/window/window_delegate.cc
index 4ac4d80..c909739 100644
--- a/views/window/window_delegate.cc
+++ b/views/window/window_delegate.cc
@@ -17,6 +17,11 @@ WindowDelegate::~WindowDelegate() {
ReleaseWindow();
}
+SkBitmap WindowDelegate::GetWindowAppIcon() {
+ // Use the window icon as app icon by default.
+ return GetWindowIcon();
+}
+
// Returns the icon to be displayed in the window.
SkBitmap WindowDelegate::GetWindowIcon() {
return SkBitmap();