| Index: sky/engine/core/page/Page.h
|
| diff --git a/sky/engine/core/page/Page.h b/sky/engine/core/page/Page.h
|
| index 616d88a24b953971fbc1110e97bfb4b4a07b8a05..8352e52c1728a36fbef992a4484223ac4f69b537 100644
|
| --- a/sky/engine/core/page/Page.h
|
| +++ b/sky/engine/core/page/Page.h
|
| @@ -96,7 +96,6 @@ public:
|
| void setInspectorHost(inspector::InspectorHost* host) { m_inspectorHost = host; }
|
|
|
| void setNeedsRecalcStyleInAllFrames();
|
| - void updateAcceleratedCompositingSettings();
|
|
|
| EditorClient& editorClient() const { return *m_editorClient; }
|
| SpellCheckerClient& spellCheckerClient() const { return *m_spellCheckerClient; }
|
|
|