Index: chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc |
diff --git a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc |
index 9a86155b98014542bb004512d02c5290d4afb678..975844beada313664f677804e11c42373085dc40 100644 |
--- a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc |
+++ b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.cc |
@@ -45,8 +45,8 @@ class DesktopThemeProvider : public ui::ThemeProvider { |
virtual SkColor GetColor(int id) const OVERRIDE { |
return delegate_->GetColor(id); |
} |
- virtual bool GetDisplayProperty(int id, int* result) const OVERRIDE { |
- return delegate_->GetDisplayProperty(id, result); |
+ virtual int GetDisplayProperty(int id) const OVERRIDE { |
+ return delegate_->GetDisplayProperty(id); |
} |
virtual bool ShouldUseNativeFrame() const OVERRIDE { |
return delegate_->ShouldUseNativeFrame(); |