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

Unified Diff: sky/engine/public/sky/sky_view_client.cc

Issue 1134913003: Teach SkyView path to draw a circle (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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/public/sky/sky_view_client.h ('k') | sky/examples/raw/hello_world.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/sky/sky_view_client.cc
diff --git a/sky/engine/core/painting/Paint.cpp b/sky/engine/public/sky/sky_view_client.cc
similarity index 65%
copy from sky/engine/core/painting/Paint.cpp
copy to sky/engine/public/sky/sky_view_client.cc
index f3e6fcae0fbd241cca373bde147ae83dce270c6c..488eaf173360a4cc300e27330e6b8c302fcba77d 100644
--- a/sky/engine/core/painting/Paint.cpp
+++ b/sky/engine/public/sky/sky_view_client.cc
@@ -2,17 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "sky/engine/config.h"
-#include "sky/engine/core/painting/Paint.h"
+#include "config.h"
+#include "sky/engine/public/sky/sky_view_client.h"
namespace blink {
-Paint::Paint()
-{
-}
-
-Paint::~Paint()
-{
+SkyViewClient::~SkyViewClient() {
}
} // namespace blink
« no previous file with comments | « sky/engine/public/sky/sky_view_client.h ('k') | sky/examples/raw/hello_world.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698