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

Unified Diff: third_party/WebKit/Source/core/dom/StyleChangeReason.cpp

Issue 2256233002: Remove unused StyleChangeReasons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/dom/StyleChangeReason.h ('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/dom/StyleChangeReason.cpp
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
index eeeddf41467be153a477fa8014d1e65bb6aeba7c..4c496622f27e259280489cfba0581485a30be884 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
@@ -19,7 +19,6 @@ const char ControlValue[] = "ControlValue";
const char Control[] = "Control";
const char DeclarativeContent[] = "Extension declarativeContent.css";
const char DesignMode[] = "DesignMode";
-const char Drag[] = "Drag";
const char FontSizeChange[] = "FontSizeChange";
const char Fonts[] = "Fonts";
const char FullScreen[] = "FullScreen";
@@ -36,10 +35,8 @@ const char SVGCursor[] = "SVGCursor";
const char SVGFilterLayerUpdate[] = "SVGFilterLayerUpdate";
const char Settings[] = "Settings";
const char Shadow[] = "Shadow";
-const char SiblingSelector[] = "SiblingSelector";
const char StyleInvalidator[] = "StyleInvalidator";
const char StyleSheetChange[] = "StyleSheetChange";
-const char Validate[] = "Validate";
const char ViewportUnits[] = "ViewportUnits";
const char VisitedLink[] = "VisitedLink";
const char VisuallyOrdered[] = "VisuallyOrdered";
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleChangeReason.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698