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

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

Issue 615663003: Remove unused StyleChangeReason::Plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « 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: Source/core/dom/StyleChangeReason.cpp
diff --git a/Source/core/dom/StyleChangeReason.cpp b/Source/core/dom/StyleChangeReason.cpp
index 363bb8be4050ed64471781174277e021fa4c20a0..675d5a86e001509248a93b2288ee505d05307baf 100644
--- a/Source/core/dom/StyleChangeReason.cpp
+++ b/Source/core/dom/StyleChangeReason.cpp
@@ -27,7 +27,6 @@ const char Inspector[] = "Inspector";
const char Language[] = "Language";
const char LinkColorChange[] = "LinkColorChange";
const char PlatformColorChange[] = "PlatformColorChange";
-const char Plugin[] = "Plugin";
const char PropagateInheritChangeToDistributedNodes[] = "PropagateInheritChangeToDistributedNodes";
const char PseudoClass[] = "PseudoClass";
const char SVGContainerSizeChange[] = "SVGContainerSizeChange";
« no previous file with comments | « Source/core/dom/StyleChangeReason.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698