| Index: content/browser/android/content_view_core_impl.h
|
| diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
|
| index 691a659933646ebe8ebb7a22442c635fdeff86ea..9d7210b5c6d3e6dee6354074481e673c54db35c9 100644
|
| --- a/content/browser/android/content_view_core_impl.h
|
| +++ b/content/browser/android/content_view_core_impl.h
|
| @@ -180,6 +180,7 @@ class ContentViewCoreImpl : public ContentViewCore,
|
| jint height);
|
|
|
| void SetBackgroundOpaque(JNIEnv* env, jobject jobj, jboolean opaque);
|
| + void SetDrawsContent(JNIEnv* env, jobject jobj, jboolean draws);
|
|
|
| jint GetCurrentRenderProcessId(JNIEnv* env, jobject obj);
|
|
|
|
|