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

Unified Diff: Source/WebCore/html/shadow/MediaControlsBlackBerry.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: Removed GTK change since the file is gone now. 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/shadow/MediaControlsBlackBerry.h
diff --git a/Source/WebCore/html/shadow/MediaControlsBlackBerry.h b/Source/WebCore/html/shadow/MediaControlsBlackBerry.h
index e41fa691dbfaa0526f1d0b63179674f1817da5f3..0ff76cbc90fb709d7a4940f4d48758a6301c3b16 100644
--- a/Source/WebCore/html/shadow/MediaControlsBlackBerry.h
+++ b/Source/WebCore/html/shadow/MediaControlsBlackBerry.h
@@ -193,8 +193,8 @@ public:
static PassRefPtr<MediaControlFullscreenTimelineElement> create(Document*, MediaControls*);
virtual bool willRespondToMouseClickEvents() OVERRIDE;
- void setPosition(float);
- void setDuration(float);
+ void setPosition(double);
+ void setDuration(double);
private:
MediaControlFullscreenTimelineElement(Document*, MediaControls*);

Powered by Google App Engine
This is Rietveld 408576698