| Index: content/public/android/java/src/org/chromium/content/browser/ContentReadbackHandler.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/ContentReadbackHandler.java b/content/public/android/java/src/org/chromium/content/browser/ContentReadbackHandler.java
|
| index 76951c1ee57ece905e8b78189ed1ccd5d84c1095..ded0664c6296157b5f02f2260aacb8c15a4f64f0 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/ContentReadbackHandler.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/ContentReadbackHandler.java
|
| @@ -122,9 +122,9 @@ public abstract class ContentReadbackHandler {
|
|
|
| private native long nativeInit();
|
| private native void nativeDestroy(long nativeContentReadbackHandler);
|
| - private native void nativeGetContentBitmap(long nativeContentReadbackHandler, int readback_id,
|
| + private native void nativeGetContentBitmap(long nativeContentReadbackHandler, int readbackId,
|
| float scale, Bitmap.Config config, float x, float y, float width, float height,
|
| Object contentViewCore);
|
| private native void nativeGetCompositorBitmap(long nativeContentReadbackHandler,
|
| - int readback_id, long nativeWindowAndroid);
|
| + int readbackId, long nativeWindowAndroid);
|
| }
|
|
|