| Index: chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/LayoutRenderHost.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/LayoutRenderHost.java b/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/LayoutRenderHost.java
|
| index 2ed3e452edf7e74bc5e5238c8adb45e8e7cf5753..641f88d0370a004597c84a8e521b36e5cd679dc5 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/LayoutRenderHost.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/LayoutRenderHost.java
|
| @@ -40,21 +40,6 @@ public interface LayoutRenderHost {
|
| void onPhysicalBackingSizeChanged(int width, int height);
|
|
|
| /**
|
| - * Indicates that the amount the surface is overdrawing on the bottom has changed.
|
| - *
|
| - * This occurs when the surface is larger than the window viewport.
|
| - *
|
| - * @param overdrawHeight The overdraw amount.
|
| - */
|
| - void onOverdrawBottomHeightChanged(int overdrawHeight);
|
| -
|
| - /**
|
| - * @see #onOverdrawBottomHeightChanged(int)
|
| - * @return The overdraw bottom height of the last frame rendered by the current tab.
|
| - */
|
| - int getCurrentOverdrawBottomHeight();
|
| -
|
| - /**
|
| * @return The number of actually drawn {@link LayoutTab}.
|
| */
|
| int getLayoutTabsDrawnCount();
|
|
|