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

Unified Diff: sky/engine/core/painting/Paint.cpp

Issue 1017373003: Introduce PaintingContext, which will be used for custom painting (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/core/painting/Paint.h ('k') | sky/engine/core/painting/Paint.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/Paint.cpp
diff --git a/sky/engine/tonic/dart_class_provider.cc b/sky/engine/core/painting/Paint.cpp
similarity index 65%
copy from sky/engine/tonic/dart_class_provider.cc
copy to sky/engine/core/painting/Paint.cpp
index 70ce8541f3a45e5e20e2339bef186f0fb75110ae..f3e6fcae0fbd241cca373bde147ae83dce270c6c 100644
--- a/sky/engine/tonic/dart_class_provider.cc
+++ b/sky/engine/core/painting/Paint.cpp
@@ -3,11 +3,16 @@
// found in the LICENSE file.
#include "sky/engine/config.h"
-#include "sky/engine/tonic/dart_class_provider.h"
+#include "sky/engine/core/painting/Paint.h"
namespace blink {
-DartClassProvider::~DartClassProvider() {
+Paint::Paint()
+{
}
-} // namespace blink
+Paint::~Paint()
+{
+}
+
+} // namespace blink
« no previous file with comments | « sky/engine/core/painting/Paint.h ('k') | sky/engine/core/painting/Paint.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698