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

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

Issue 23899004: Use contents size for android_webview layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
diff --git a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
index d26fd9abe582ee34832ca06bb0916d60ac9538fc..1768adcc8f972ef8babade43f18f9f44ad42efd7 100644
--- a/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
+++ b/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java
@@ -33,15 +33,6 @@ public abstract class AwWebContentsDelegate extends WebContentsDelegateAndroid {
@CalledByNative
public abstract void activateContents();
- /**
- * Report a change in the preferred size.
- * @param width preferred width in CSS pixels.
- * @param height scroll height of the document element in CSS pixels.
- */
- @CalledByNative
- public void updatePreferredSize(int widthCss, int heightCss) {
- }
-
// Call in response to a prior runFileChooser call.
protected static native void nativeFilesSelectedInChooser(int processId, int renderId,
int mode_flags, String[] filePath);

Powered by Google App Engine
This is Rietveld 408576698