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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DOffScreenCanvas.cpp

Issue 1488763002: Start an empty interface OffScreenCanvas (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up Created 5 years, 1 month 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/modules/canvas2d/CanvasRenderingContext2DOffScreenCanvas.cpp
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DOffScreenCanvas.cpp b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DOffScreenCanvas.cpp
new file mode 100644
index 0000000000000000000000000000000000000000..9ae29c24c1496c266c9b5f3614133c36bf9d21f7
--- /dev/null
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DOffScreenCanvas.cpp
@@ -0,0 +1,14 @@
+// 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.
+
+#include "config.h"
+#include "modules/canvas2d/CanvasRenderingContext2DOffScreenCanvas.h"
+
+namespace blink {
+
+void CanvasRenderingContext2DOffScreenCanvas::canvas(CanvasRenderingContext2D& context, HTMLCanvasElementOrOffScreenCanvas& retVal)
+{
+}
+
+} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698