| Index: third_party/WebKit/Source/platform/graphics/test/FakeGraphicsLayerFactory.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/test/FakeGraphicsLayerFactory.h b/third_party/WebKit/Source/platform/graphics/test/FakeGraphicsLayerFactory.h
|
| deleted file mode 100644
|
| index 4cf04638ace6cd03f278f25d21e414925a0b7c26..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/platform/graphics/test/FakeGraphicsLayerFactory.h
|
| +++ /dev/null
|
| @@ -1,25 +0,0 @@
|
| -// Copyright 2015 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 FakeGraphicsLayerFactory_h
|
| -#define FakeGraphicsLayerFactory_h
|
| -
|
| -#include "platform/graphics/GraphicsLayerFactory.h"
|
| -
|
| -namespace blink {
|
| -
|
| -class FakeGraphicsLayerFactory : public GraphicsLayerFactory {
|
| -public:
|
| - static FakeGraphicsLayerFactory* instance();
|
| -
|
| - // GraphicsLayerFactory
|
| - PassOwnPtr<GraphicsLayer> createGraphicsLayer(GraphicsLayerClient*) override;
|
| -
|
| -private:
|
| - FakeGraphicsLayerFactory();
|
| -};
|
| -
|
| -} // namespace blink
|
| -
|
| -#endif // FakeGraphicsLayerFactory_h
|
|
|