| Index: sky/engine/core/page/ChromeClient.h
|
| diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
|
| index 4221b00c26d962d225c7f83c610e869e8f5fcb75..722371c48e58dba8106ba4f75029aeeea9994512 100644
|
| --- a/sky/engine/core/page/ChromeClient.h
|
| +++ b/sky/engine/core/page/ChromeClient.h
|
| @@ -25,7 +25,6 @@
|
| #include "sky/engine/core/frame/ConsoleTypes.h"
|
| #include "sky/engine/core/inspector/ConsoleAPITypes.h"
|
| #include "sky/engine/core/page/FocusType.h"
|
| -#include "sky/engine/platform/Cursor.h"
|
| #include "sky/engine/public/platform/WebScreenInfo.h"
|
| #include "sky/engine/wtf/Forward.h"
|
|
|
| @@ -62,8 +61,6 @@ public:
|
| virtual void scheduleVisualUpdate() = 0;
|
| // End methods used by HostWindow.
|
|
|
| - virtual void setCursor(const Cursor&) = 0;
|
| -
|
| virtual String acceptLanguages() = 0;
|
|
|
| protected:
|
|
|