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

Unified Diff: Source/core/events/MouseEvent.idl

Issue 1214723004: Fix the indentation of MouseEvent.pageX/Y (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 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: Source/core/events/MouseEvent.idl
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl
index 6aa051a1a54c41b26ea8f6c70fb6708e2188b59a..9a6a514320379c9565c631fae1f2ec31d8ccf9cc 100644
--- a/Source/core/events/MouseEvent.idl
+++ b/Source/core/events/MouseEvent.idl
@@ -58,8 +58,8 @@
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-mouseevent-interface
// TODO(philipj): These attributes should be of type double, and the spec
// also redefines screenX/Y and clientX/Y as double.
- readonly attribute long pageX;
- readonly attribute long pageY;
+ readonly attribute long pageX;
+ readonly attribute long pageY;
[MeasureAs=MouseEventX] readonly attribute long x;
[MeasureAs=MouseEventY] readonly attribute long y;
[MeasureAs=MouseEventOffsetX] readonly attribute long offsetX;
« 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