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

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

Issue 2383503002: Measure usage of createObjectURL and srcObject (Closed)
Patch Set: oops Created 4 years, 3 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: 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 cebb189c656068abf50b4f29a9681af4b72cb8c0..cd99802a3a32deafb4316763b21ce7a652728c5e 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1323,6 +1323,11 @@ public:
WebkitEditableContentChangedOnContentEditable = 1599,
WebkitEditableContentChangedOnNotNode = 1600,
V8NavigatorUserMediaError_ConstraintName_AttributeGetter = 1601,
+ V8HTMLMediaElement_SrcObject_AttributeGetter = 1602,
+ V8HTMLMediaElement_SrcObject_AttributeSetter = 1603,
+ CreateObjectURLBlob = 1604,
+ CreateObjectURLMediaSource = 1605,
+ CreateObjectURLMediaStream = 1606,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.

Powered by Google App Engine
This is Rietveld 408576698