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

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: 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/MediaControlsPainter.h
diff --git a/third_party/WebKit/Source/core/paint/MediaControlsPainter.h b/third_party/WebKit/Source/core/paint/MediaControlsPainter.h
index 0e39d63fd81a5d39eb24267a66f2d584e8bab58b..27846248ba54c8f8bd9c69adc1f27e8e1f6bf3c0 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&,
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutMedia.cpp ('k') | third_party/WebKit/Source/core/paint/MediaControlsPainter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698