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

Unified Diff: Source/core/paint/ThemePainter.h

Issue 1158323004: Remove the virtual ThemePainter::paintMediaCastButton() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebaseline Created 5 years, 7 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 | « LayoutTests/TestExpectations ('k') | Source/core/paint/ThemePainter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ThemePainter.h
diff --git a/Source/core/paint/ThemePainter.h b/Source/core/paint/ThemePainter.h
index b10836f578b93eb893b301546a5e9bbe43209a5e..a3e50e9756c64f69a46b4742e43f46f9e3444ccc 100644
--- a/Source/core/paint/ThemePainter.h
+++ b/Source/core/paint/ThemePainter.h
@@ -64,7 +64,6 @@ protected:
virtual bool paintSearchFieldCancelButton(LayoutObject*, const PaintInfo&, const IntRect&) { return true; }
virtual bool paintSearchFieldDecoration(LayoutObject*, const PaintInfo&, const IntRect&) { return true; }
virtual bool paintSearchFieldResultsDecoration(LayoutObject*, const PaintInfo&, const IntRect&) { return true; }
- virtual bool paintMediaCastButton(LayoutObject*, const PaintInfo&, const IntRect&) { return true; }
bool paintUsingFallbackTheme(LayoutObject*, const PaintInfo&, const IntRect&);
bool paintCheckboxUsingFallbackTheme(LayoutObject*, const PaintInfo&, const IntRect&);
« no previous file with comments | « LayoutTests/TestExpectations ('k') | Source/core/paint/ThemePainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698