Index: ui/base/default_theme_provider.cc |
diff --git a/ui/base/default_theme_provider.cc b/ui/base/default_theme_provider.cc |
index e60c90029ce9c683589ffdc77b238cd8e43d627a..9777b390729a2eadd9a8a959704567a36ab42b8a 100644 |
--- a/ui/base/default_theme_provider.cc |
+++ b/ui/base/default_theme_provider.cc |
@@ -26,8 +26,8 @@ SkColor DefaultThemeProvider::GetColor(int id) const { |
return 0xff0000ff; |
} |
-bool DefaultThemeProvider::GetDisplayProperty(int id, int* result) const { |
- return false; |
+int DefaultThemeProvider::GetDisplayProperty(int id) const { |
+ return -1; |
} |
bool DefaultThemeProvider::ShouldUseNativeFrame() const { |