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

Unified Diff: content/public/browser/android/synchronous_compositor_client.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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/input/PopupTouchHandleDrawable.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/synchronous_compositor_client.h
diff --git a/content/public/browser/android/synchronous_compositor_client.h b/content/public/browser/android/synchronous_compositor_client.h
index eaa5cc515c51aa4606c7ebbe9000ed7e288f357a..cbe47ebc0572759d452f75c05a312327696826d5 100644
--- a/content/public/browser/android/synchronous_compositor_client.h
+++ b/content/public/browser/android/synchronous_compositor_client.h
@@ -11,6 +11,10 @@
#include "ui/gfx/geometry/size_f.h"
#include "ui/gfx/geometry/vector2d_f.h"
+namespace ui {
+class TouchHandleDrawable;
+}
+
namespace content {
class SynchronousCompositor;
@@ -49,6 +53,8 @@ class SynchronousCompositorClient {
virtual void DidUpdateContent(SynchronousCompositor* compositor) = 0;
+ virtual ui::TouchHandleDrawable* CreateDrawable() = 0;
+
protected:
SynchronousCompositorClient() {}
virtual ~SynchronousCompositorClient() {}
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/input/PopupTouchHandleDrawable.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698