| Index: content/browser/compositor/gpu_process_transport_factory.h
|
| diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
|
| index 02638969d9e90dae49910467a1641ccea6e6e4f6..b9c1bee1209467f0e0ff3287daf53728b3e83154 100644
|
| --- a/content/browser/compositor/gpu_process_transport_factory.h
|
| +++ b/content/browser/compositor/gpu_process_transport_factory.h
|
| @@ -64,6 +64,9 @@ class GpuProcessTransportFactory
|
| virtual void AddObserver(ImageTransportFactoryObserver* observer) OVERRIDE;
|
| virtual void RemoveObserver(
|
| ImageTransportFactoryObserver* observer) OVERRIDE;
|
| +#if defined(OS_MACOSX)
|
| + virtual void OnSurfaceDisplayed(int surface_id) OVERRIDE;
|
| +#endif
|
|
|
| private:
|
| struct PerCompositorData;
|
|
|