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

Unified Diff: android_webview/native/aw_contents.h

Issue 2263043002: android_webview: Let AwContents manage TouchHandleDrawable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 12ff238e9936b929ba74e450407767f6caec0f93..ae87392b5421d2c74e9e10de448979b75f8bc42f 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -37,6 +37,10 @@ namespace content {
class WebContents;
}
+namespace ui {
+class TouchHandleDrawable;
+}
+
namespace android_webview {
class AwContentsContainer;
@@ -339,6 +343,8 @@ class AwContents : public FindHelper::Listener,
void RenderViewHostChanged(content::RenderViewHost* old_host,
content::RenderViewHost* new_host) override;
+ void DidCreateTouchHandle(ui::TouchHandleDrawable* drawable) override;
boliu 2016/08/22 18:10:46 no blank line above
+
private:
void InitAutofillIfNecessary(bool enabled);

Powered by Google App Engine
This is Rietveld 408576698