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

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

Issue 713073003: remove updateTouchEventTargetRectsIfNeeded (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: moar Created 6 years, 1 month 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
Index: sky/engine/web/ChromeClientImpl.h
diff --git a/sky/engine/web/ChromeClientImpl.h b/sky/engine/web/ChromeClientImpl.h
index 84055d5cbc3122b40b1e15eb8addbef264e94245..abb119818f20ed475c41f7dc80c24a5c1a30e882 100644
--- a/sky/engine/web/ChromeClientImpl.h
+++ b/sky/engine/web/ChromeClientImpl.h
@@ -86,7 +86,6 @@ public:
const HitTestResult&, unsigned modifierFlags) override;
virtual void setToolTip(const WTF::String& tooltipText, TextDirection) override;
virtual void setCursor(const Cursor&) override;
- virtual void needTouchEvents(bool needTouchEvents) override;
virtual void setTouchAction(TouchAction) override;
virtual GraphicsLayerFactory* graphicsLayerFactory() const override;

Powered by Google App Engine
This is Rietveld 408576698