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

Unified Diff: third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h

Issue 2535093003: Worker: Connect UseCounter to workers and worklets (Closed)
Patch Set: Created 4 years, 1 month 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/workers/ThreadedWorkletObjectProxy.h
diff --git a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
index 59e685133da5189ea2b95edf998956302653e69d..c979a1f05a051dd034e1dba3184c191a1e5a5875 100644
--- a/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
+++ b/third_party/WebKit/Source/core/workers/ThreadedWorkletObjectProxy.h
@@ -31,6 +31,8 @@ class CORE_EXPORT ThreadedWorkletObjectProxy : public WorkerReportingProxy {
void reportPendingActivity(bool hasPendingActivity);
// WorkerReportingProxy overrides.
+ void countFeature(UseCounter::Feature) override;
+ void countDeprecation(UseCounter::Feature) override;
void reportException(const String& errorMessage,
std::unique_ptr<SourceLocation>,
int exceptionId) override {}

Powered by Google App Engine
This is Rietveld 408576698