| Index: webkit/compositor/WebIOSurfaceLayerImpl.h
|
| diff --git a/webkit/compositor/WebIOSurfaceLayerImpl.h b/webkit/compositor/WebIOSurfaceLayerImpl.h
|
| index c7dc3d746d49d6f77d344d0671bafe8e8086c86f..d2d3a8705e456ffb6648b82b729aa87e1cc9db34 100644
|
| --- a/webkit/compositor/WebIOSurfaceLayerImpl.h
|
| +++ b/webkit/compositor/WebIOSurfaceLayerImpl.h
|
| @@ -8,15 +8,11 @@
|
| #include <public/WebIOSurfaceLayer.h>
|
| #include <wtf/OwnPtr.h>
|
|
|
| -namespace WebCore {
|
| -class IOSurfaceLayerChromium;
|
| -}
|
| -
|
| namespace WebKit {
|
|
|
| class WebIOSurfaceLayerImpl : public WebIOSurfaceLayer {
|
| public:
|
| - explicit WebIOSurfaceLayerImpl(PassRefPtr<WebCore::IOSurfaceLayerChromium>);
|
| + WebIOSurfaceLayerImpl();
|
| virtual ~WebIOSurfaceLayerImpl();
|
|
|
| // WebIOSurfaceLayer implementation.
|
|
|