| Index: content/browser/aura/browser_compositor_output_surface_proxy.h
|
| diff --git a/content/browser/aura/browser_compositor_output_surface_proxy.h b/content/browser/aura/browser_compositor_output_surface_proxy.h
|
| index 2a08d0a89ddc75cb42ce88f9148668351ae68a9a..092636ea1927a8970b2edcc231165db6d1a6ad3c 100644
|
| --- a/content/browser/aura/browser_compositor_output_surface_proxy.h
|
| +++ b/content/browser/aura/browser_compositor_output_surface_proxy.h
|
| @@ -30,6 +30,7 @@ class BrowserCompositorOutputSurfaceProxy
|
|
|
| private:
|
| friend class base::RefCountedThreadSafe<BrowserCompositorOutputSurfaceProxy>;
|
| + friend class SoftwareBrowserCompositorOutputSurface;
|
| ~BrowserCompositorOutputSurfaceProxy();
|
|
|
| void OnMessageReceivedOnCompositorThread(const IPC::Message& message);
|
|
|