| Index: webkit/compositor_bindings/WebVideoLayerImpl.h
|
| diff --git a/webkit/compositor_bindings/WebVideoLayerImpl.h b/webkit/compositor_bindings/WebVideoLayerImpl.h
|
| deleted file mode 100644
|
| index e35cdd16498dd317511dd997708a046fbf38212f..0000000000000000000000000000000000000000
|
| --- a/webkit/compositor_bindings/WebVideoLayerImpl.h
|
| +++ /dev/null
|
| @@ -1,30 +0,0 @@
|
| -// Copyright 2011 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -#ifndef WebVideoLayerImpl_h
|
| -#define WebVideoLayerImpl_h
|
| -
|
| -#include "base/memory/scoped_ptr.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebVideoLayer.h"
|
| -
|
| -namespace WebKit {
|
| -class WebLayerImpl;
|
| -
|
| -class WebVideoLayerImpl : public WebVideoLayer {
|
| -public:
|
| - explicit WebVideoLayerImpl(WebVideoFrameProvider*);
|
| - virtual ~WebVideoLayerImpl();
|
| -
|
| - // WebVideoLayer implementation.
|
| - virtual WebLayer* layer() OVERRIDE;
|
| - virtual bool active() const OVERRIDE;
|
| -
|
| -private:
|
| - scoped_ptr<WebLayerImpl> m_layer;
|
| -};
|
| -
|
| -}
|
| -
|
| -#endif // WebVideoLayerImpl_h
|
| -
|
|
|