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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 09b2f8d33dc71554ddc5ddb9cc271584f6bf8de3..f18aaadc0a7695577709a3ab7a6ef52c5f23481e 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -200,16 +200,14 @@
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
void attachRootLayer(WebLayer*, LocalFrame* localRoot) override {}
- void setEventListenerProperties(LocalFrame*,
- WebEventListenerClass,
+ void setEventListenerProperties(WebEventListenerClass,
WebEventListenerProperties) override {}
WebEventListenerProperties eventListenerProperties(
- LocalFrame*,
- WebEventListenerClass eventClass) const override {
+ WebEventListenerClass) const override {
return WebEventListenerProperties::Nothing;
}
- void updateTouchRectsForSubframeIfNecessary(LocalFrame* frame) override {}
- void setHasScrollEventHandlers(LocalFrame*, bool) override {}
+ void setHasScrollEventHandlers(bool) override {}
+ bool hasScrollEventHandlers() const override { return false; }
void setTouchAction(LocalFrame*, TouchAction) override {}

Powered by Google App Engine
This is Rietveld 408576698