Index: ui/base/theme_provider.h |
diff --git a/ui/base/theme_provider.h b/ui/base/theme_provider.h |
index 22f70a0025ccf89520a37fb19a237eb17719609c..d12e26562358f508f561daa4f7b0a33d38de01d3 100644 |
--- a/ui/base/theme_provider.h |
+++ b/ui/base/theme_provider.h |
@@ -59,7 +59,7 @@ class UI_EXPORT ThemeProvider { |
// Get the property (e.g. an alignment expressed in an enum, or a width or |
// height) specified by |id|. |
- virtual bool GetDisplayProperty(int id, int* result) const = 0; |
+ virtual int GetDisplayProperty(int id) const = 0; |
// Whether we should use the native system frame (typically Aero glass) or |
// a custom frame. |