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

Unified Diff: Source/core/rendering/RenderThemeChromiumAndroid.h

Issue 189263006: Fix button color on Android to match Ash (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderThemeChromiumAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderThemeChromiumAndroid.h
diff --git a/Source/core/rendering/RenderThemeChromiumAndroid.h b/Source/core/rendering/RenderThemeChromiumAndroid.h
index ffd6e2bbbede7786cdc38cc54ff1c0fee44e73f5..981ce39511730f90555fcedca92a8d7fbd80b6ac 100644
--- a/Source/core/rendering/RenderThemeChromiumAndroid.h
+++ b/Source/core/rendering/RenderThemeChromiumAndroid.h
@@ -35,8 +35,6 @@ public:
static PassRefPtr<RenderTheme> create();
virtual String extraDefaultStyleSheet() OVERRIDE;
- virtual Color systemColor(CSSValueID) const OVERRIDE;
-
virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const OVERRIDE;
virtual bool delegatesMenuListRendering() const OVERRIDE { return true; }
« no previous file with comments | « no previous file | Source/core/rendering/RenderThemeChromiumAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698