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

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

Issue 1156993013: New media playback UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased. Created 5 years, 6 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: Source/core/paint/MediaControlsPainter.h
diff --git a/Source/core/paint/MediaControlsPainter.h b/Source/core/paint/MediaControlsPainter.h
index cf2746568425fa174115fd7b6938ec2d58e58950..ff93437dffb8792957a0ea24ae42c4c84730405a 100644
--- a/Source/core/paint/MediaControlsPainter.h
+++ b/Source/core/paint/MediaControlsPainter.h
@@ -49,6 +49,9 @@ public:
static bool paintMediaOverlayPlayButton(LayoutObject*, const PaintInfo&, const IntRect&);
static bool paintMediaCastButton(LayoutObject*, const PaintInfo&, const IntRect&);
static void adjustMediaSliderThumbSize(ComputedStyle&);
+
+private:
+ static void adjustMediaSliderThumbPaintSize(const IntRect&, const ComputedStyle&, IntRect& rectOut);
philipj_slow 2015/06/17 12:52:25 Can't this simply return an IntRect by value? Even
liberato (no reviews please) 2015/06/17 17:07:26 possibly, but it will end up being functionally th
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698