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

Unified Diff: third_party/WebKit/public/platform/WebTouchPoint.h

Issue 2782893002: WebMouseEvent coordinates are now fractional & private (Closed)
Patch Set: Rebased, fixed a comment in web_input_event_builders_mac.mm Created 3 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
« no previous file with comments | « third_party/WebKit/public/platform/WebMouseEvent.h ('k') | ui/events/blink/blink_event_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebTouchPoint.h
diff --git a/third_party/WebKit/public/platform/WebTouchPoint.h b/third_party/WebKit/public/platform/WebTouchPoint.h
index 4357ddba1d64e075c2a55088ba19d213e6db690a..e22fbc5d8f27155245d9d0f301271939e7a0f30b 100644
--- a/third_party/WebKit/public/platform/WebTouchPoint.h
+++ b/third_party/WebKit/public/platform/WebTouchPoint.h
@@ -60,7 +60,8 @@ class WebTouchPoint : public WebPointerProperties {
State state;
- // TODO(e_hakkinen): Move position fields to WebPointerProperties.
+ // TODO(mustaq): Move these coordinates to WebPointerProperties as private
+ // class members, as in WebMouseEvent.h now. crbug.com/508283
WebFloatPoint screenPosition;
WebFloatPoint position;
« no previous file with comments | « third_party/WebKit/public/platform/WebMouseEvent.h ('k') | ui/events/blink/blink_event_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698