| Index: content/public/browser/readback_types.h
|
| diff --git a/content/public/browser/readback_types.h b/content/public/browser/readback_types.h
|
| index f3d2a6906b535ce4381c330b5a67c7b615684c9c..d1b56830fecc195b3a633336fd75ba349300d6f9 100644
|
| --- a/content/public/browser/readback_types.h
|
| +++ b/content/public/browser/readback_types.h
|
| @@ -11,6 +11,8 @@ class SkBitmap;
|
|
|
| namespace content {
|
|
|
| +// A Java counterpart will be generated for this enum.
|
| +// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.content.browser
|
| enum ReadbackResponse {
|
| READBACK_SUCCESS,
|
| READBACK_FAILED,
|
|
|