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

Unified Diff: content/renderer/input/input_event_filter.h

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 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: content/renderer/input/input_event_filter.h
diff --git a/content/renderer/input/input_event_filter.h b/content/renderer/input/input_event_filter.h
index 2f87d577a2421d955b1c9c0a247f02e51ef203b3..e2d18f398df33958bb04e6d79a8895db0dc4e92a 100644
--- a/content/renderer/input/input_event_filter.h
+++ b/content/renderer/input/input_event_filter.h
@@ -20,8 +20,8 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace cc {
-class InputHandler;
+namespace ui {
+class SynchronousInputHandlerProxy;
}
namespace IPC {
@@ -39,8 +39,6 @@ class Sender;
namespace content {
-class SynchronousInputHandlerProxy;
-
class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
public IPC::MessageFilter {
public:
@@ -62,7 +60,8 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
void SetBoundHandler(const Handler& handler) override;
void DidAddInputHandler(
int routing_id,
- SynchronousInputHandlerProxy* synchronous_input_handler_proxy) override;
+ ui::SynchronousInputHandlerProxy*
+ synchronous_input_handler_proxy) override;
void DidRemoveInputHandler(int routing_id) override;
void DidOverscroll(int routing_id,
const DidOverscrollParams& params) override;
« no previous file with comments | « content/renderer/android/synchronous_compositor_proxy.cc ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698