| Index: sky/engine/core/page/ChromeClient.h
|
| diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
|
| index 4151713e67c653b3e9414b3b856c2a7c5993042b..d669b4cbb1e0885f83d127527c05a8d79cb5cc58 100644
|
| --- a/sky/engine/core/page/ChromeClient.h
|
| +++ b/sky/engine/core/page/ChromeClient.h
|
| @@ -93,8 +93,6 @@ public:
|
|
|
| virtual void mouseDidMoveOverElement(const HitTestResult&, unsigned modifierFlags) = 0;
|
|
|
| - virtual void setToolTip(const String&, TextDirection) = 0;
|
| -
|
| virtual void setTouchAction(TouchAction) = 0;
|
|
|
| virtual String acceptLanguages() = 0;
|
|
|