Chromium Code Reviews| Index: Source/web/WebSettingsImpl.h |
| diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h |
| index bab2ed72d4e79efc304306b1d76946ed837f043f..6e979e52a090897db6c1f3dc3df5353aef80233d 100644 |
| --- a/Source/web/WebSettingsImpl.h |
| +++ b/Source/web/WebSettingsImpl.h |
| @@ -188,6 +188,7 @@ public: |
| virtual void setWebSecurityEnabled(bool) override; |
| virtual void setWideViewportQuirkEnabled(bool) override; |
| virtual void setXSSAuditorEnabled(bool) override; |
| + void setLowPriorityIframes(bool) override; |
|
Bryan McQuade
2015/06/19 20:35:34
alternatively to this, we can use --blink-settings
|
| bool showFPSCounter() const { return m_showFPSCounter; } |
| bool showPaintRects() const { return m_showPaintRects; } |