| Index: sky/engine/web/ChromeClientImpl.h
|
| diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
|
| index bf791f189d8f1da6bed5bc1cb8dfefeac30f795d..c9556b03d2c5e5e830c201c9fe472bb50da24329 100644
|
| --- a/sky/engine/web/ChromeClientImpl.h
|
| +++ b/sky/engine/web/ChromeClientImpl.h
|
| @@ -79,7 +79,6 @@ public:
|
| virtual WebScreenInfo screenInfo() const override;
|
| virtual void layoutUpdated(LocalFrame*) const override;
|
| virtual void setCursor(const Cursor&) override;
|
| - virtual void setTouchAction(TouchAction) override;
|
|
|
| // ChromeClient methods:
|
| virtual String acceptLanguages() override;
|
| @@ -88,8 +87,6 @@ public:
|
| void setNewWindowNavigationPolicy(WebNavigationPolicy);
|
|
|
| virtual void willSetInputMethodState() override;
|
| - virtual void didUpdateTextOfFocusedElementByNonUserInput() override;
|
| - virtual void showImeIfNeeded() override;
|
|
|
| private:
|
| virtual bool isChromeClientImpl() const override { return true; }
|
|
|