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

Unified Diff: content/browser/android/synchronous_compositor_host.h

Issue 2263043002: android_webview: Let AwContents manage TouchHandleDrawable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 4 years, 4 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: content/browser/android/synchronous_compositor_host.h
diff --git a/content/browser/android/synchronous_compositor_host.h b/content/browser/android/synchronous_compositor_host.h
index caf0bc25de05021e4406ed875fb9e868e4f74a07..2587de6f4c44d04be7118e4eb03bdd7262ecb32f 100644
--- a/content/browser/android/synchronous_compositor_host.h
+++ b/content/browser/android/synchronous_compositor_host.h
@@ -75,6 +75,8 @@ class SynchronousCompositorHost : public SynchronousCompositor {
int routing_id() const { return routing_id_; }
void ProcessCommonParams(const SyncCompositorCommonRendererParams& params);
+ SynchronousCompositorClient* client() { return client_; }
+
private:
class ScopedSendZeroMemory;
struct SharedMemoryWithSize;

Powered by Google App Engine
This is Rietveld 408576698