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

Unified Diff: Source/core/paint/ThemePainterDefault.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/ThemePainterDefault.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ThemePainterDefault.cpp
diff --git a/Source/core/paint/ThemePainterDefault.cpp b/Source/core/paint/ThemePainterDefault.cpp
index 6c38ba31664e6300af0ba21fb33e14250e0aac1a..27875faa46d0505860cb91b54f623e9e175349c7 100644
--- a/Source/core/paint/ThemePainterDefault.cpp
+++ b/Source/core/paint/ThemePainterDefault.cpp
@@ -428,9 +428,4 @@ bool ThemePainterDefault::paintSearchFieldResultsDecoration(LayoutObject* magnif
return false;
}
-bool ThemePainterDefault::paintMediaCastButton(LayoutObject* object, const PaintInfo& paintInfo, const IntRect& rect)
-{
- return MediaControlsPainter::paintMediaCastButton(object, paintInfo, rect);
-}
-
} // namespace blink
« no previous file with comments | « Source/core/paint/ThemePainterDefault.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698