Index: ui/base/default_theme_provider.h |
diff --git a/ui/base/default_theme_provider.h b/ui/base/default_theme_provider.h |
index 2594dfbf66a9d86308cc3b24a41c2b2488d7e5c0..15fa4a9f4873159d59078a5d114ef8bace70e0f1 100644 |
--- a/ui/base/default_theme_provider.h |
+++ b/ui/base/default_theme_provider.h |
@@ -26,7 +26,7 @@ class UI_EXPORT DefaultThemeProvider : public ThemeProvider { |
// Overridden from ui::ThemeProvider: |
virtual gfx::ImageSkia* GetImageSkiaNamed(int id) const OVERRIDE; |
virtual SkColor GetColor(int id) const OVERRIDE; |
- virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE; |
+ virtual int GetDisplayProperty(int id) const OVERRIDE; |
virtual bool ShouldUseNativeFrame() const OVERRIDE; |
virtual bool HasCustomImage(int id) const OVERRIDE; |
virtual base::RefCountedMemory* GetRawData( |