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

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

Issue 1809023003: Measure the impact of a proposed media element load algorithm change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | third_party/WebKit/Source/core/html/HTMLMediaElement.cpp » ('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 f9d243f6af2f65951ebfc51f42bb9e95fad6f2bd..b0d48c0145c89237da935c3390e3bff98c7bd22b 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1090,6 +1090,7 @@ public:
HTMLLabelElementHasNoControlAndFormIsAncestor = 1262,
HTMLLabelElementControlForNonFormAssociatedElement = 1263,
PatternAttributeUnicodeFlagIsIncompatible = 1264,
+ HTMLMediaElementLoadNetworkEmptyNotPaused = 1265,
// 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/html/HTMLMediaElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698