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

Unified Diff: third_party/WebKit/Source/core/paint/MediaControlsPainter.h

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Modified disable button. Added cast icon and message. Created 3 years, 9 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/MediaControlsPainter.h
diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
index c57bb43667e7783b3ed507f51a6829bbe1acc980..a871d630f2b8ef37b84829d78052e5d6888cf6da 100644
--- a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
+++ b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
@@ -88,6 +88,9 @@ class MediaControlsPainter {
const PaintInfo&,
const IntRect&);
static void adjustMediaSliderThumbSize(ComputedStyle&);
+ static bool paintMediaRemotingCastIcon(const LayoutObject&,
+ const PaintInfo&,
+ const IntRect&);
private:
static void adjustMediaSliderThumbPaintSize(const IntRect&,

Powered by Google App Engine
This is Rietveld 408576698