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

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

Issue 2563753003: Moved pointer-events to be generated in ComputedStyleBase (Closed)
Patch Set: Corrected initial keyword to be auto. 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
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 f387ebd100e289f3a9d6c816156675d2af7960cc..723acaaeca6130861b568ac34b10dc211f7229ee 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
+++ b/third_party/WebKit/Source/core/style/ComputedStyleConstants.h
@@ -483,20 +483,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 };

Powered by Google App Engine
This is Rietveld 408576698