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

Unified Diff: content/renderer/gpu/input_handler_wrapper.cc

Issue 15927023: Explicit interface for synchronous InputHandlerProxy input handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shorter names ftw Created 7 years, 7 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
« no previous file with comments | « content/renderer/gpu/input_handler_wrapper.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/input_handler_wrapper.cc
diff --git a/content/renderer/gpu/input_handler_wrapper.cc b/content/renderer/gpu/input_handler_wrapper.cc
index 58004c87f61d6c964acd151f3910138d9b4b2de7..cc980fedfb036f5d74ebbfd9654b2eb20887d166 100644
--- a/content/renderer/gpu/input_handler_wrapper.cc
+++ b/content/renderer/gpu/input_handler_wrapper.cc
@@ -41,14 +41,6 @@ void InputHandlerWrapper::WillShutdown() {
input_handler_manager_->RemoveInputHandler(routing_id_);
}
-void InputHandlerWrapper::DidHandleInputEvent() {
- input_handler_manager_->filter()->DidHandleInputEvent();
-}
-
-void InputHandlerWrapper::DidNotHandleInputEvent(bool send_to_widget) {
- input_handler_manager_->filter()->DidNotHandleInputEvent(send_to_widget);
-}
-
WebKit::WebGestureCurve* InputHandlerWrapper::CreateFlingAnimationCurve(
int deviceSource,
const WebKit::WebFloatPoint& velocity,
« no previous file with comments | « content/renderer/gpu/input_handler_wrapper.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698