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

Unified Diff: public/web/WebRuntimeFeatures.h

Issue 106353005: Expose performance.memory in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Perf-Memory-SharedWorker
Patch Set: Created 6 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
Index: public/web/WebRuntimeFeatures.h
diff --git a/public/web/WebRuntimeFeatures.h b/public/web/WebRuntimeFeatures.h
index 7d87e1e705fe7f0499dd8cf44d687ed5b075d5be..807e5718f385404192d2233d4d94a4b14c6f2ad8 100644
--- a/public/web/WebRuntimeFeatures.h
+++ b/public/web/WebRuntimeFeatures.h
@@ -140,6 +140,8 @@ public:
BLINK_EXPORT static void enableTargetedStyleRecalc(bool);
+ BLINK_EXPORT static void enablePreciseMemoryInfo(bool);
+
private:
WebRuntimeFeatures();
};
« Source/platform/RuntimeEnabledFeatures.in ('K') | « Source/web/WebRuntimeFeatures.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698