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

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

Issue 2314093002: Revert of Make a pen in eraser mode visible thru PointerEvent.buttons (Closed)
Patch Set: Created 4 years, 3 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/Source/core/events/PointerEventFactory.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/WebPointerProperties.h
diff --git a/third_party/WebKit/public/platform/WebPointerProperties.h b/third_party/WebKit/public/platform/WebPointerProperties.h
index dd82fcb4507444d7a856faa7e9d980b3d21ae6b0..0c0e13e93e3e0ed129b53ac9af6d98c4af0f3ba3 100644
--- a/third_party/WebKit/public/platform/WebPointerProperties.h
+++ b/third_party/WebKit/public/platform/WebPointerProperties.h
@@ -31,20 +31,7 @@
NoButton = -1,
Left,
Middle,
- Right,
- X1,
- X2,
- Eraser
- };
-
- enum class Buttons : unsigned {
- NoButton = 0,
- Left = 1 << 0,
- Right = 1 << 1,
- Middle = 1 << 2,
- X1 = 1 << 3,
- X2 = 1 << 4,
- Eraser = 1 << 5
+ Right
};
enum class PointerType {
« no previous file with comments | « third_party/WebKit/Source/core/events/PointerEventFactory.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698