| Index: content/public/browser/render_widget_host.h
|
| diff --git a/content/public/browser/render_widget_host.h b/content/public/browser/render_widget_host.h
|
| index d770c4ce8640e61cabf2c7377f95f748421380bc..3511422901f6af7021c0e5ca2110b564832a3679 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -184,7 +184,7 @@ class CONTENT_EXPORT RenderWidgetHost : public IPC::Sender {
|
| const SkColorType color_type) = 0;
|
| // Ensures that the view does not drop the backing store even when hidden.
|
| virtual bool CanCopyFromBackingStore() = 0;
|
| -#if defined(OS_ANDROID)
|
| +#if defined(OS_ANDROID) && !defined(USE_AURA)
|
| virtual void LockBackingStore() = 0;
|
| virtual void UnlockBackingStore() = 0;
|
| #endif
|
|
|