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

Unified Diff: Source/core/frame/UseCounter.h

Issue 805743003: Add UseCounter for SMIL animation in image. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: move to SVGImage::dataChanged instead Created 6 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
« no previous file with comments | « no previous file | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 3b8217415637f79a68d96a76f9b8a24e1b712044..dcba4c006bc7d31da8e1829fa5cb5ee2544f9bba 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -569,6 +569,7 @@ public:
ShadowRootGetElementsByClassName = 623,
ShadowRootGetElementsByTagName = 624,
ShadowRootGetElementsByTagNameNS = 625,
+ SVGSMILAnimationInImage = 626,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/core/svg/graphics/SVGImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698