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

Unified Diff: Source/core/dom/Element.h

Issue 423823004: Add support for SVG Clip paths in HTML (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changed LayoutTests and Aligned with review comments Created 6 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
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 37a662c17dc8b064c4f144671cc5528ee507c081..4b0ed35e3c20aabc5b21ec006931b2584196f224 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -256,7 +256,7 @@ public:
PassRefPtrWillBeRawPtr<Element> cloneElementWithChildren();
PassRefPtrWillBeRawPtr<Element> cloneElementWithoutChildren();
- void scheduleSVGFilterLayerUpdateHack();
+ void scheduleSVGEffectsLayerUpdateHack();
void normalizeAttributes();

Powered by Google App Engine
This is Rietveld 408576698