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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java

Issue 12567020: [android] Resize the android_webview if it's 0x0 initially. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 8 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/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java b/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
index 06729c188cf569bf4cc7b8d100c3cf82ec86a8f0..f01c4834122693401a7756414420ebd035c44071 100644
--- a/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
+++ b/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java
@@ -42,14 +42,6 @@ public class ContentViewClient {
}
/**
- * Notifies that the content size has changed.
- * @param widthCss The width of the content in CSS pixels.
- * @param heightCss The height of the content in CSS pixels.
- */
- public void onContentSizeChanged(float widthCss, float heightCss) {
- }
-
- /**
* Lets client listen on the scaling changes on delayed, throttled
* and best-effort basis. Used for WebView.onScaleChanged.
*/

Powered by Google App Engine
This is Rietveld 408576698