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

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

Issue 1213213004: Introduce use counters for shadow DOM handling in plainText() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 2015-07-02T15:13:50 Add comment for |m_handleShadowRoot| Created 5 years, 6 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/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index d9668fae4e4ac9fe1f33e689bfddec3783ccee22..28471ccfff6cbf4c5e9d886920af4fd92a71b20b 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -754,6 +754,8 @@ public:
NavigatorVibrate = 850,
NavigatorVibrateSubFrame = 851,
PermissionStatusStatus = 852,
+ InnerTextWithShadowTree = 853,
+ SelectionToStringWithShadowTree = 854,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« Source/core/dom/Element.cpp ('K') | « Source/core/editing/iterators/TextIteratorFlags.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698