| 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 8aa6a7bbcf6030437c5fb2af9aaf04dffe905239..059f9e04f5c9820cfe73e49bd79eec7d1039eb7d 100644
|
| --- a/content/public/browser/render_widget_host.h
|
| +++ b/content/public/browser/render_widget_host.h
|
| @@ -183,8 +183,6 @@ 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;
|
| - virtual void LockBackingStore() = 0;
|
| - virtual void UnlockBackingStore() = 0;
|
|
|
| // Forwards the given message to the renderer. These are called by
|
| // the view when it has received a message.
|
|
|