Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5043)

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 11421204: Use native theme colors for textfields; etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nix cursor color; adjust textfield functions; add read-only theme colors. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index e535c3283791dbf08a637b84075913d601563e74..73229f364e5fb80a293e94c5f1277e98336ef3ef 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -410,7 +410,7 @@ class BrowserView : public BrowserWindow,
// views::SingleSplitViewListener overrides:
virtual bool SplitHandleMoved(views::SingleSplitView* sender) OVERRIDE;
- // gfx::ScopedSysColorChangeListener overrides:
+ // gfx::SysColorChangeListener overrides:
virtual void OnSysColorChange() OVERRIDE;
// Returns the resource ID to use for the OTR icon, which depends on

Powered by Google App Engine
This is Rietveld 408576698