| Index: third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h b/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
|
| deleted file mode 100644
|
| index 5777108ce648c03a70ddb0f80398983cab35f62a..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/graphics/CanvasSurfaceLayerBridgeClientImpl.h
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -// Copyright 2016 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 CanvasSurfaceLayerBridgeClientImpl_h
|
| -#define CanvasSurfaceLayerBridgeClientImpl_h
|
| -
|
| -#include "platform/graphics/CanvasSurfaceLayerBridgeClient.h"
|
| -#include "public/platform/modules/offscreencanvas/offscreen_canvas_surface.mojom-blink.h"
|
| -#include "wtf/RefPtr.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class PLATFORM_EXPORT CanvasSurfaceLayerBridgeClientImpl final : public CanvasSurfaceLayerBridgeClient {
|
| -public:
|
| - explicit CanvasSurfaceLayerBridgeClientImpl();
|
| - ~CanvasSurfaceLayerBridgeClientImpl() override;
|
| -
|
| - bool syncGetSurfaceId(cc::SurfaceId*) override;
|
| - void asyncRequire(const cc::SurfaceId&, const cc::SurfaceSequence&) override;
|
| - void asyncSatisfy(const cc::SurfaceSequence&) override;
|
| -
|
| -private:
|
| - mojom::blink::OffscreenCanvasSurfacePtr m_service;
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // CanvasSurfaceLayerBridgeClientImpl_h
|
|
|