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

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: Updated with new UX design. 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/MediaControlsPainter.h
diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
index 2351de1c299788c93bb7738c5d5c63b022a196f5..f9f70dd2d3a7ab9d077d43833a466553f81b164f 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