| Index: webkit/compositor/WebLayerImpl.h
|
| diff --git a/webkit/compositor/WebLayerImpl.h b/webkit/compositor/WebLayerImpl.h
|
| index b499a301c933f987386ffed35db58e86b65129fd..71f83db187aa74b7bb6b758dab1158a3fcad8a2f 100644
|
| --- a/webkit/compositor/WebLayerImpl.h
|
| +++ b/webkit/compositor/WebLayerImpl.h
|
| @@ -6,6 +6,7 @@
|
| #define WebLayerImpl_h
|
|
|
| #include <public/WebLayer.h>
|
| +#include <wtf/PassRefPtr.h>
|
| #include <wtf/RefPtr.h>
|
|
|
| namespace WebCore {
|
| @@ -16,6 +17,7 @@ namespace WebKit {
|
|
|
| class WebLayerImpl : public WebLayer {
|
| public:
|
| + WebLayerImpl();
|
| explicit WebLayerImpl(PassRefPtr<WebCore::LayerChromium>);
|
| virtual ~WebLayerImpl();
|
|
|
|
|