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. |
*/ |