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

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

Issue 1408443003: Add Element.attachShadow under the ShadowDOMV1 runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rewrite a test Created 5 years, 2 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 | « third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h ('k') | no next file » | 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 ccaf40425f9836d962293db62aee3c7a39079458..5dd36039fcc32ca43d2711d67eef61829735351f 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -676,7 +676,7 @@ public:
ElementCreateShadowRootMultipleWithUserAgentShadowRoot = 800,
InputTypeFileSecureOrigin = 801,
InputTypeFileInsecureOrigin = 802,
- ElementCreateShadowRootWithParameter = 804,
+ ElementAttachShadow = 804,
V8KeyboardEvent_KeyIdentifier_AttributeGetter = 805,
V8SecurityPolicyViolationEvent_DocumentURI_AttributeGetter = 806,
V8SecurityPolicyViolationEvent_BlockedURI_AttributeGetter = 807,
@@ -780,8 +780,8 @@ public:
ClientHintsMetaAcceptCH = 904,
HTMLElementDeprecatedWidth = 905,
ClientHintsContentDPR = 906,
- ElementCreateShadowRootOpen = 907,
- ElementCreateShadowRootClosed = 908,
+ ElementAttachShadowOpen = 907,
+ ElementAttachShadowClosed = 908,
AudioParamSetValueAtTime = 909,
AudioParamLinearRampToValueAtTime = 910,
AudioParamExponentialRampToValueAtTime = 911,
« no previous file with comments | « third_party/WebKit/Source/core/frame/OriginsUsingFeatures.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698