| Index: content/public/browser/android/content_view_core.h
|
| diff --git a/content/public/browser/android/content_view_core.h b/content/public/browser/android/content_view_core.h
|
| index ff1db974fc30cf48013396715e95f156fb4a027b..b2d227a206b7f0c5781aa94b8e2018e15f817b0f 100644
|
| --- a/content/public/browser/android/content_view_core.h
|
| +++ b/content/public/browser/android/content_view_core.h
|
| @@ -51,10 +51,9 @@ class CONTENT_EXPORT ContentViewCore {
|
| virtual jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj) = 0;
|
| virtual void ShowPastePopup(int x, int y) = 0;
|
|
|
| - // Request a scaled content readback. The result is passed through the
|
| - // callback. The boolean parameter indicates whether the readback was a
|
| - // success or not. The content is passed through the SkBitmap parameter.
|
| - // |out_size| is returned with the size of the content.
|
| + // Request a scaled content readback. The result is passed through the
|
| + // callback. The boolean parameter indicates whether the readback was a
|
| + // success or not. The content is passed through the SkBitmap parameter.
|
| virtual void GetScaledContentBitmap(
|
| float scale,
|
| jobject bitmap_config,
|
|
|