Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: sky/engine/web/ChromeClientImpl.h

Issue 880643007: Merge WebWidgetClient into WebViewClient. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/web/AssertMatchingEnums.cpp ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « sky/engine/web/AssertMatchingEnums.cpp ('k') | sky/engine/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698