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

Unified Diff: Source/core/html/canvas/CanvasRenderingContextFactory.cpp

Issue 1355183002: Removed dead file: core/html/canvas/CanvasRenderingContextFactory.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/CanvasRenderingContextFactory.cpp
diff --git a/Source/core/html/canvas/CanvasRenderingContextFactory.cpp b/Source/core/html/canvas/CanvasRenderingContextFactory.cpp
deleted file mode 100644
index 084780d4cdebd72ad95c5782d1af48108a806897..0000000000000000000000000000000000000000
--- a/Source/core/html/canvas/CanvasRenderingContextFactory.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright (c) 2014 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.
-
-#include "config.h"
-#include "core/html/canvas/CanvasRenderingContextFactory.h"
-
-#include "core/html/HTMLCanvasElement.h"
-#include "core/html/canvas/CanvasRenderingContext2D.h"
-#include "wtf/OwnPtr.h"
-
-namespace blink {
-
-void CanvasRenderingContextFactory::init()
-{
- OwnPtr<CanvasRenderingContextFactory> canvas2dFactory = adoptPtr(new CanvasRenderingContext2D::Factory());
- HTMLCanvasElement::registerRenderingContextFactory(canvas2dFactory.release());
-}
-
-} // namespace blink
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698