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

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: Rebase 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 9eb04335534a7284e1f5efc57a2e322de0d9799b..74120b01a76a4183beeb0e213fe15bc9ecbac4cc 100644
--- a/Source/WebCore/html/shadow/MediaControlElements.h
+++ b/Source/WebCore/html/shadow/MediaControlElements.h
@@ -231,8 +231,8 @@ public:
virtual bool willRespondToMouseClickEvents() OVERRIDE;
- void setPosition(float);
- void setDuration(float);
+ void setPosition(double);
+ void setDuration(double);
private:
explicit MediaControlTimelineElement(Document*, MediaControls*);
« no previous file with comments | « Source/WebCore/html/shadow/MediaControlElementTypes.cpp ('k') | Source/WebCore/html/shadow/MediaControlElements.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698