| Index: public/platform/WebCompositorSupport.h
|
| diff --git a/public/platform/WebCompositorSupport.h b/public/platform/WebCompositorSupport.h
|
| index a39456b0ce960a7a18cd98058265b5e78ca5d26e..573fdc1186dc552e5f2c868cc93ddba2b21f6609 100644
|
| --- a/public/platform/WebCompositorSupport.h
|
| +++ b/public/platform/WebCompositorSupport.h
|
| @@ -58,7 +58,7 @@ class WebTransformOperations;
|
| class WebCompositorSupport {
|
| public:
|
| // Creates an output surface for the compositor backed by a 3d context.
|
| - virtual WebCompositorOutputSurface* createOutputSurfaceFor3D(blink::WebGraphicsContext3D*) { return 0; }
|
| + virtual WebCompositorOutputSurface* createOutputSurfaceFor3D(WebGraphicsContext3D*) { return 0; }
|
|
|
| // Creates an output surface for the compositor backed by a software device.
|
| virtual WebCompositorOutputSurface* createOutputSurfaceForSoftware() { return 0; }
|
|
|