| Index: content/browser/compositor/software_browser_compositor_output_surface.h
|
| diff --git a/content/browser/compositor/software_browser_compositor_output_surface.h b/content/browser/compositor/software_browser_compositor_output_surface.h
|
| index 788d9daa9e60b0c1e21761da3cce88d7137a10af..88bf9a9b146227e35f5090a2a902e4818b9a1694 100644
|
| --- a/content/browser/compositor/software_browser_compositor_output_surface.h
|
| +++ b/content/browser/compositor/software_browser_compositor_output_surface.h
|
| @@ -8,13 +8,14 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/compositor/browser_compositor_output_surface.h"
|
| #include "content/common/content_export.h"
|
| +#include "ui/compositor/compositor.h"
|
| +
|
| +namespace base {
|
| +class MessageLoopProxy;
|
| +}
|
|
|
| namespace cc {
|
| class SoftwareOutputDevice;
|
| -}
|
| -
|
| -namespace ui {
|
| -class CompositorVSyncManager;
|
| }
|
|
|
| namespace content {
|
| @@ -29,7 +30,8 @@
|
| scoped_ptr<cc::SoftwareOutputDevice> software_device,
|
| int surface_id,
|
| IDMap<BrowserCompositorOutputSurface>* output_surface_map,
|
| - const scoped_refptr<ui::CompositorVSyncManager>& vsync_manager);
|
| + base::MessageLoopProxy* compositor_message_loop,
|
| + base::WeakPtr<ui::Compositor> compositor);
|
|
|
| virtual ~SoftwareBrowserCompositorOutputSurface();
|
|
|
|
|