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

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

Issue 2649573003: Revert of Move compositor InputHandler from RenderViewImpl to RenderWidget. (Closed)
Patch Set: 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/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 227a1057c107a520452d73b2a0858394b008cde1..4cf59e71fe716ea554225b5339a4e33be0166565 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -136,20 +136,12 @@
void enumerateChosenDirectory(FileChooser*) override;
void setCursor(const Cursor&, LocalFrame*) override;
Cursor lastSetCursorForTesting() const override;
- // The client keeps track of which touch/mousewheel event types have handlers,
- // and if they do, whether the handlers are passive and/or blocking. This
- // allows the client to know which optimizations can be used for the
- // associated event classes.
- void setEventListenerProperties(LocalFrame*,
- WebEventListenerClass,
+ void setEventListenerProperties(WebEventListenerClass,
WebEventListenerProperties) override;
WebEventListenerProperties eventListenerProperties(
- LocalFrame*,
WebEventListenerClass) const override;
- void updateTouchRectsForSubframeIfNecessary(LocalFrame*);
- // Informs client about the existence of handlers for scroll events so
- // appropriate scroll optimizations can be chosen.
- void setHasScrollEventHandlers(LocalFrame*, bool hasEventHandlers) override;
+ void setHasScrollEventHandlers(bool hasEventHandlers) override;
+ bool hasScrollEventHandlers() const override;
void setTouchAction(LocalFrame*, TouchAction) override;
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
« no previous file with comments | « third_party/WebKit/Source/core/page/ChromeClient.h ('k') | third_party/WebKit/Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698