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

Unified Diff: core/frame/Window.idl

Issue 896283002: Updated scrollX, scrollY, pageXOffset and pageYOffset to match roll 39 double (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Removed bad file Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/frame/Window.idl
diff --git a/core/frame/Window.idl b/core/frame/Window.idl
index f9f7d3ef98f564fda9bcd7f824220ae0c0668e8d..ce7aa0e21b35339bf025905b458b58a3ead70bf2 100644
--- a/core/frame/Window.idl
+++ b/core/frame/Window.idl
@@ -91,10 +91,10 @@
[Replaceable] readonly attribute long screenY;
[Replaceable] readonly attribute long screenLeft;
[Replaceable] readonly attribute long screenTop;
- [Replaceable] readonly attribute long scrollX;
- [Replaceable] readonly attribute long scrollY;
- readonly attribute long pageXOffset;
- readonly attribute long pageYOffset;
+ [Replaceable] readonly attribute double scrollX;
+ [Replaceable] readonly attribute double scrollY;
+ readonly attribute double pageXOffset;
+ readonly attribute double pageYOffset;
// Overloading can be replaced by optional if RuntimeEnabled is removed, by
// changing the third argument to *optional* Dictionary scrollOptions
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698