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

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

Issue 1152383002: A proof of concept for annular sector layout. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add the Path C++ and IDL files which I forgot before Created 5 years, 7 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/CanvasPath.h ('k') | sky/engine/core/painting/Path.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/painting/CanvasPath.cpp
diff --git a/sky/engine/core/painting/Paint.cpp b/sky/engine/core/painting/CanvasPath.cpp
similarity index 71%
copy from sky/engine/core/painting/Paint.cpp
copy to sky/engine/core/painting/CanvasPath.cpp
index f3e6fcae0fbd241cca373bde147ae83dce270c6c..145ce801363a2baa7f2fc6e05a58f29f6870f122 100644
--- a/sky/engine/core/painting/Paint.cpp
+++ b/sky/engine/core/painting/CanvasPath.cpp
@@ -3,15 +3,15 @@
// found in the LICENSE file.
#include "sky/engine/config.h"
-#include "sky/engine/core/painting/Paint.h"
+#include "sky/engine/core/painting/CanvasPath.h"
namespace blink {
-Paint::Paint()
+CanvasPath::CanvasPath()
{
}
-Paint::~Paint()
+CanvasPath::~CanvasPath()
{
}
« no previous file with comments | « sky/engine/core/painting/CanvasPath.h ('k') | sky/engine/core/painting/Path.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698