Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2139)

Unified Diff: third_party/WebKit/Source/platform/graphics/test/FakeGraphicsLayerFactory.h

Issue 1810853002: Blink Platform: Erase GraphicsLayerFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698