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

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

Issue 2490163002: Reland of "Tracking reference filter mutation via SVGElementProxy" (Closed)
Patch Set: Fix double observer unregistration; simplify scope selection; add tests Created 4 years, 1 month 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/dom/StyleChangeReason.cpp
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
index e58d3a3166f0a7b07265e28babfe32f6039d41ab..75694dc24ce7878965ac5cb955601bfbc73e2b59 100644
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp
@@ -35,7 +35,6 @@ const char PropertyUnregistration[] = "PropertyUnregistration";
const char PseudoClass[] = "PseudoClass";
const char SVGContainerSizeChange[] = "SVGContainerSizeChange";
const char SVGCursor[] = "SVGCursor";
-const char SVGFilterLayerUpdate[] = "SVGFilterLayerUpdate";
const char Settings[] = "Settings";
const char Shadow[] = "Shadow";
const char StyleInvalidator[] = "StyleInvalidator";
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleChangeReason.h ('k') | third_party/WebKit/Source/core/fetch/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698