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

Unified Diff: Source/core/frame/Settings.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, 8 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: Source/core/frame/Settings.h
diff --git a/Source/core/frame/Settings.h b/Source/core/frame/Settings.h
index b6b7737bfe00e073fde780f473e7d4392675c66c..d5d0727a8c9dfd4b1c4019361e7f1007d189980f 100644
--- a/Source/core/frame/Settings.h
+++ b/Source/core/frame/Settings.h
@@ -73,6 +73,9 @@ public:
void setOpenGLMultisamplingEnabled(bool flag);
bool openGLMultisamplingEnabled() { return m_openGLMultisamplingEnabled; }
+ void setPreciseMemoryInfoEnabled(bool);
+ bool preciseMemoryInfoEnabled() const;
+
abarth-chromium 2014/04/23 18:04:37 Please do not add more functions to Settings. We
void setDelegate(SettingsDelegate*);
private:

Powered by Google App Engine
This is Rietveld 408576698