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

Unified Diff: Source/WebCore/html/track/TextTrackCue.h

Issue 13454026: Update all float attributes in HTMLMediaElement and related objects to double (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Change WebMediaPlayer to only have the xxxFloat methods. Created 7 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: Source/WebCore/html/track/TextTrackCue.h
diff --git a/Source/WebCore/html/track/TextTrackCue.h b/Source/WebCore/html/track/TextTrackCue.h
index 5ebc1abcd2a142af6abde2d5ac9f2bf6f70e1f14..079e4b26348802f18a4241904732aa7c8f9723a4 100644
--- a/Source/WebCore/html/track/TextTrackCue.h
+++ b/Source/WebCore/html/track/TextTrackCue.h
@@ -147,7 +147,7 @@ public:
PassRefPtr<TextTrackCueBox> getDisplayTree(const IntSize& videoSize);
PassRefPtr<HTMLDivElement> element() const { return m_cueBackgroundBox; }
- void updateDisplayTree(float);
+ void updateDisplayTree(double);
void removeDisplayTree();
void markFutureAndPastNodes(ContainerNode*, double, double);

Powered by Google App Engine
This is Rietveld 408576698