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

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

Issue 2849083002: Add pointer id to the WebMouseEvent's constructors (Closed)
Patch Set: webmouseid Created 3 years, 7 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/WebPointerProperties.h ('k') | ui/events/blink/web_input_event.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 6e106b35c1468ea09392c7f603963b3baca07531..4ec7d4e7f2beeb1992f8d5df606d1a63ffa307d3 100644
--- a/third_party/WebKit/public/platform/WebTouchPoint.h
+++ b/third_party/WebKit/public/platform/WebTouchPoint.h
@@ -42,7 +42,7 @@ namespace blink {
class WebTouchPoint : public WebPointerProperties {
public:
WebTouchPoint()
- : WebPointerProperties(),
+ : WebPointerProperties(0),
state(kStateUndefined),
radius_x(0),
radius_y(0),
« no previous file with comments | « third_party/WebKit/public/platform/WebPointerProperties.h ('k') | ui/events/blink/web_input_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698