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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyleConstants.h

Issue 2563753003: Moved pointer-events to be generated in ComputedStyleBase (Closed)
Patch Set: Rebase Created 4 years 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/style/ComputedStyle.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/Source/core/style/ComputedStyleConstants.h
diff --git a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
index 45d0e6b5208e9331e95c5794568977effd9e1e1d..9911c3d8c23de553e88b0cf0bd8cd9c17efda1e2 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -482,20 +482,6 @@ enum class EDisplay : unsigned {
enum EInsideLink { NotInsideLink, InsideUnvisitedLink, InsideVisitedLink };
-enum class EPointerEvents : unsigned {
- None,
- Auto,
- Stroke,
- Fill,
- Painted,
- Visible,
- VisibleStroke,
- VisibleFill,
- VisiblePainted,
- BoundingBox,
- All
-};
-
enum ETransformStyle3D { TransformStyle3DFlat, TransformStyle3DPreserve3D };
enum OffsetRotationType { OffsetRotationAuto, OffsetRotationFixed };
« no previous file with comments | « third_party/WebKit/Source/core/style/ComputedStyle.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698