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

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

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Rebased. Created 3 years, 8 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
Index: third_party/WebKit/Source/core/paint/ThemePainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/ThemePainter.cpp b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
index c39cdeb870801adbe50868789d23090edefe39db..f4a6cca0fd0f98fd954872db08c3b306cb96b2d6 100644
--- a/third_party/WebKit/Source/core/paint/ThemePainter.cpp
+++ b/third_party/WebKit/Source/core/paint/ThemePainter.cpp
@@ -161,6 +161,8 @@ bool ThemePainter::Paint(const LayoutObject& o,
return PaintSearchField(o, paint_info, r);
case kSearchFieldCancelButtonPart:
return PaintSearchFieldCancelButton(o, paint_info, r);
+ case kMediaRemotingCastIconPart:
+ return MediaControlsPainter::PaintMediaRemotingCastIcon(o, paint_info, r);
default:
break;
}

Powered by Google App Engine
This is Rietveld 408576698