| Index: sky/engine/web/ChromeClientImpl.h
|
| diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
|
| index d378299abbe4f80d78fcc158e5ee8ad020aafdc6..5c2ed490e0d87484d553ffb407458ad8015dfa83 100644
|
| --- a/sky/engine/web/ChromeClientImpl.h
|
| +++ b/sky/engine/web/ChromeClientImpl.h
|
| @@ -88,11 +88,6 @@ public:
|
| virtual void setCursor(const Cursor&) override;
|
| virtual void setTouchAction(TouchAction) override;
|
|
|
| - virtual GraphicsLayerFactory* graphicsLayerFactory() const override;
|
| -
|
| - // Pass 0 as the GraphicsLayer to detatch the root layer.
|
| - virtual void attachRootGraphicsLayer(GraphicsLayer*) override;
|
| -
|
| // ChromeClient methods:
|
| virtual String acceptLanguages() override;
|
|
|
|
|