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

Unified Diff: Source/WebCore/html/shadow/MediaControlElements.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/shadow/MediaControlElements.h
diff --git a/Source/WebCore/html/shadow/MediaControlElements.h b/Source/WebCore/html/shadow/MediaControlElements.h
index 19f83ce9ad8d4890e9d74f10e7127c55e795b493..ad15f4a01e794e383b9d713be79147c1820944f3 100644
--- a/Source/WebCore/html/shadow/MediaControlElements.h
+++ b/Source/WebCore/html/shadow/MediaControlElements.h
@@ -335,8 +335,8 @@ public:
virtual bool willRespondToMouseClickEvents() OVERRIDE;
- void setPosition(float);
- void setDuration(float);
+ void setPosition(double);
+ void setDuration(double);
private:
explicit MediaControlTimelineElement(Document*, MediaControls*);

Powered by Google App Engine
This is Rietveld 408576698