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

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

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 | « Source/core/paint/ThemePainter.h ('k') | Source/core/paint/ThemePainterDefault.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ThemePainter.cpp
diff --git a/Source/core/paint/ThemePainter.cpp b/Source/core/paint/ThemePainter.cpp
index ee7194d39fca4c6c451f9e567bc8b988c3f8fb41..ac2e70f9aaadbba5b8b4869a97180fe6c65500c9 100644
--- a/Source/core/paint/ThemePainter.cpp
+++ b/Source/core/paint/ThemePainter.cpp
@@ -141,7 +141,7 @@ bool ThemePainter::paint(LayoutObject* o, const PaintInfo& paintInfo, const IntR
return true;
case MediaCastOffButtonPart:
case MediaOverlayCastOffButtonPart:
- return paintMediaCastButton(o, paintInfo, r);
+ return MediaControlsPainter::paintMediaCastButton(o, paintInfo, r);
case MenulistButtonPart:
case TextFieldPart:
case TextAreaPart:
« no previous file with comments | « Source/core/paint/ThemePainter.h ('k') | Source/core/paint/ThemePainterDefault.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698