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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2479663002: Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: Check for layerTreeView while setting handlers. Created 3 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
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index e4ad02f13c9a334256467a701729dd0e3f2e2123..703877c65b04f2fa2db2d1c1b56601a56b77c674 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -332,8 +332,6 @@ class WEB_EXPORT WebViewImpl final
float newScale,
double durationInSeconds);
- void hasTouchEventHandlers(bool);
-
// WebGestureCurveTarget implementation for fling.
bool scrollBy(const WebFloatSize& delta,
const WebFloatSize& velocity) override;

Powered by Google App Engine
This is Rietveld 408576698