| Index: chrome/browser/android/vr_shell/vr_compositor.h
|
| diff --git a/chrome/browser/android/vr_shell/vr_compositor.h b/chrome/browser/android/vr_shell/vr_compositor.h
|
| index a0e872029c7484871c01c28b90763d5adba8e413..7238ad88034c8135910238d86f699f7ad866a648 100644
|
| --- a/chrome/browser/android/vr_shell/vr_compositor.h
|
| +++ b/chrome/browser/android/vr_shell/vr_compositor.h
|
| @@ -45,6 +45,8 @@ class VrCompositor : public content::CompositorClient {
|
| void OnSwapBuffersCompleted(int pending_swap_buffers) override;
|
|
|
| private:
|
| + void RestoreLayer();
|
| +
|
| std::unique_ptr<content::Compositor> compositor_;
|
| gfx::Size bounds_;
|
|
|
|
|