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

Unified Diff: Source/core/paint/ThemePainterDefault.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 | « Source/core/paint/ThemePainter.cpp ('k') | Source/core/paint/ThemePainterDefault.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ThemePainterDefault.h
diff --git a/Source/core/paint/ThemePainterDefault.h b/Source/core/paint/ThemePainterDefault.h
index 4126bcaf849d8e0de35e31b322c836b3b8c83cb3..5c80f1c0dd9b86cfb271dde4f39dd07d12f4a598 100644
--- a/Source/core/paint/ThemePainterDefault.h
+++ b/Source/core/paint/ThemePainterDefault.h
@@ -49,7 +49,6 @@ private:
virtual bool paintSearchField(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool paintSearchFieldCancelButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
virtual bool paintSearchFieldResultsDecoration(LayoutObject*, const PaintInfo&, const IntRect&) override;
- virtual bool paintMediaCastButton(LayoutObject*, const PaintInfo&, const IntRect&) override;
};
} // namespace blink
« no previous file with comments | « Source/core/paint/ThemePainter.cpp ('k') | Source/core/paint/ThemePainterDefault.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698