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

Unified Diff: content/renderer/android/synchronous_compositor_filter.cc

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/android/synchronous_compositor_filter.cc
diff --git a/content/renderer/android/synchronous_compositor_filter.cc b/content/renderer/android/synchronous_compositor_filter.cc
index 34cff908ee8c59841abe084cf99a567f0e5621ea..edffd7e8929febad90299e4495c5602457aae1b0 100644
--- a/content/renderer/android/synchronous_compositor_filter.cc
+++ b/content/renderer/android/synchronous_compositor_filter.cc
@@ -10,6 +10,7 @@
#include "content/common/android/sync_compositor_messages.h"
#include "content/common/input_messages.h"
#include "content/renderer/android/synchronous_compositor_proxy.h"
+#include "ui/events/blink/synchronous_input_handler_proxy.h"
namespace content {
@@ -214,7 +215,7 @@ void SynchronousCompositorFilter::SetBoundHandlerOnCompositorThread(
void SynchronousCompositorFilter::DidAddInputHandler(
int routing_id,
- SynchronousInputHandlerProxy* synchronous_input_handler_proxy) {
+ ui::SynchronousInputHandlerProxy* synchronous_input_handler_proxy) {
DCHECK(compositor_task_runner_->BelongsToCurrentThread());
DCHECK(synchronous_input_handler_proxy);
Entry& entry = entry_map_[routing_id];
« no previous file with comments | « content/renderer/android/synchronous_compositor_filter.h ('k') | content/renderer/android/synchronous_compositor_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698