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

Unified Diff: third_party/WebKit/Source/platform/InstanceCounters.h

Issue 2606633002: encrypted-media tests should not count # of SuspendableObjects (Closed)
Patch Set: temp Created 4 years 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/modules/encryptedmedia/MediaKeys.cpp ('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/platform/InstanceCounters.h
diff --git a/third_party/WebKit/Source/platform/InstanceCounters.h b/third_party/WebKit/Source/platform/InstanceCounters.h
index fe756f5b5ff143883bcd84f83e3c679029c809d2..0a55ef359383f06e0c673d75b9676b0e80d0f85a 100644
--- a/third_party/WebKit/Source/platform/InstanceCounters.h
+++ b/third_party/WebKit/Source/platform/InstanceCounters.h
@@ -42,15 +42,17 @@ class InstanceCounters {
public:
enum CounterType {
- SuspendableObjectCounter,
AudioHandlerCounter,
DocumentCounter,
FrameCounter,
JSEventListenerCounter,
LayoutObjectCounter,
+ MediaKeySessionCounter,
+ MediaKeysCounter,
NodeCounter,
ResourceCounter,
ScriptPromiseCounter,
+ SuspendableObjectCounter,
V8PerContextDataCounter,
WorkerGlobalScopeCounter,
« no previous file with comments | « third_party/WebKit/Source/modules/encryptedmedia/MediaKeys.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698