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

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

Issue 2126013003: Fix M52 only android build failure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 years, 5 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/android/synchronous_compositor_filter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 24ccc98b5fe825fae2e868c3bcc29dda9c31a3d1..43b7131a2b031f75321b33ac5f787924a0c64fc7 100644
--- a/content/renderer/android/synchronous_compositor_filter.cc
+++ b/content/renderer/android/synchronous_compositor_filter.cc
@@ -250,7 +250,8 @@ void SynchronousCompositorFilter::DidStopFlinging(int routing_id) {
void SynchronousCompositorFilter::NotifyInputEventHandled(
int routing_id,
- blink::WebInputEvent::Type type) {}
+ blink::WebInputEvent::Type type,
+ InputEventAckState ack_result) {}
void SynchronousCompositorFilter::DidAddSynchronousHandlerProxy(
int routing_id,
« no previous file with comments | « content/renderer/android/synchronous_compositor_filter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698