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

Unified Diff: sky/engine/core/page/ChromeClient.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/core/page/ChromeClient.h
diff --git a/sky/engine/core/page/ChromeClient.h b/sky/engine/core/page/ChromeClient.h
index 14d1fd0f562eff1c10bf28f73cf5f80c859fba92..851cc6368e95554437a0a48098b4d7f556052bfb 100644
--- a/sky/engine/core/page/ChromeClient.h
+++ b/sky/engine/core/page/ChromeClient.h
@@ -107,8 +107,6 @@ public:
virtual void clearCompositedSelectionBounds() { }
- virtual void needTouchEvents(bool) = 0;
-
virtual void setTouchAction(TouchAction) = 0;
virtual String acceptLanguages() = 0;

Powered by Google App Engine
This is Rietveld 408576698