Chromium Code Reviews

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

Issue 1507613002: Split SVGStringList related measurements from SVG1DOM counter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/svg/SVGTests.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index 09d551fa25551180c457d8d629abc7365908bc32..9af2c1cc7e9bce339674f0ab1fe8c8a9029c62f7 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -926,6 +926,8 @@ public:
CrossOriginTextScript = 1069,
CrossOriginApplicationScript = 1070,
CrossOriginOtherScript = 1071,
+ SVG1DOMSVGTests = 1072,
+ V8SVGViewElement_ViewTarget_AttributeGetter = 1073,
// 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 | third_party/WebKit/Source/core/svg/SVGTests.idl » ('j') | no next file with comments »

Powered by Google App Engine