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

Unified Diff: android_webview/java/src/org/chromium/android_webview/AwContents.java

Issue 11828045: [android_webview] Forward the InternalAccessDelegate interface via AwContents. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/java/src/org/chromium/android_webview/AwContents.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwContents.java b/android_webview/java/src/org/chromium/android_webview/AwContents.java
index ea4a15d024590fef61594e55166dac6fe1b4d92c..93a78d483f5664bf64b4ffcf8fb23f9667b728ce 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwContents.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwContents.java
@@ -77,6 +77,13 @@ public class AwContents {
public String imgSrc;
}
+ /**
+ * Interface that consumers of {@link AwContents} must implement to allow the proper
+ * dispatching of view methods through the containing view.
+ */
+ public interface InternalAccessDelegate extends ContentViewCore.InternalAccessDelegate {
+ }
+
private int mNativeAwContents;
private ViewGroup mContainerView;
private ContentViewCore mContentViewCore;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698