| Index: webkit/compositor/WebVideoLayerImpl.h
|
| diff --git a/webkit/compositor/WebVideoLayerImpl.h b/webkit/compositor/WebVideoLayerImpl.h
|
| index d8935bd5bf0b208da631aa1d327f51e8cf28a685..b9e9d7ffc3051dbfe5e42c2f3a6b1da0756df1b0 100644
|
| --- a/webkit/compositor/WebVideoLayerImpl.h
|
| +++ b/webkit/compositor/WebVideoLayerImpl.h
|
| @@ -7,16 +7,12 @@
|
|
|
| #include <public/WebVideoLayer.h>
|
|
|
| -namespace WebCore {
|
| -class VideoLayerChromium;
|
| -}
|
| -
|
| namespace WebKit {
|
| class WebLayerImpl;
|
|
|
| class WebVideoLayerImpl : public WebVideoLayer {
|
| public:
|
| - explicit WebVideoLayerImpl(PassRefPtr<WebCore::VideoLayerChromium>);
|
| + explicit WebVideoLayerImpl(WebVideoFrameProvider*);
|
| virtual ~WebVideoLayerImpl();
|
|
|
| // WebVideoLayer implementation.
|
|
|