| Index: sky/engine/core/page/ChromeClient.h
|
| diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
|
| index 134495fa15a50e1d976b7ccebe767500d1665ec2..d913e0141c7ddf8d7865e09304c1229b65728add 100644
|
| --- a/sky/engine/core/page/ChromeClient.h
|
| +++ b/sky/engine/core/page/ChromeClient.h
|
| @@ -105,8 +105,6 @@ public:
|
| // Pass 0 as the GraphicsLayer to detatch the root layer.
|
| virtual void attachRootGraphicsLayer(GraphicsLayer*) = 0;
|
|
|
| - virtual void clearCompositedSelectionBounds() { }
|
| -
|
| virtual void setTouchAction(TouchAction) = 0;
|
|
|
| virtual String acceptLanguages() = 0;
|
|
|