Chromium Code Reviews| 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: |