Chromium Code Reviews| 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(); |
| }; |