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

Unified Diff: sky/compositor/rasterizer.cc

Issue 854303002: Sky should use an SkPicture when drawing (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fixes Created 5 years, 11 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
Index: sky/compositor/rasterizer.cc
diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/sky/compositor/rasterizer.cc
similarity index 55%
copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
copy to sky/compositor/rasterizer.cc
index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..e0eb2d5c189c617e86582c3b774a6fa35e23af65 100644
--- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
+++ b/sky/compositor/rasterizer.cc
@@ -2,8 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.dummy;
+#include "sky/compositor/rasterizer.h"
-/** Does nothing. */
-class Dummy {}
+namespace sky {
+Rasterizer::Rasterizer() {
+}
+
+Rasterizer::~Rasterizer() {
+}
+
+} // namespace sky

Powered by Google App Engine
This is Rietveld 408576698