summaryrefslogtreecommitdiffstats
path: root/views/widget/default_theme_provider.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/widget/default_theme_provider.h')
-rw-r--r--views/widget/default_theme_provider.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/views/widget/default_theme_provider.h b/views/widget/default_theme_provider.h
index 512b512..962427f 100644
--- a/views/widget/default_theme_provider.h
+++ b/views/widget/default_theme_provider.h
@@ -30,9 +30,7 @@ class DefaultThemeProvider : public ThemeProvider {
virtual bool GetDisplayProperty(int id, int* result) const { return false; }
virtual bool ShouldUseNativeFrame() const;
virtual bool HasCustomImage(int id) const { return false; }
- virtual bool GetRawData(int id, std::vector<unsigned char>* raw_data) const {
- return false;
- }
+ virtual RefCountedMemory* GetRawData(int id) const { return NULL; }
private:
DISALLOW_COPY_AND_ASSIGN(DefaultThemeProvider);