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

Unified Diff: sky/compositor/layer_client.cc

Issue 740923002: Add a simple compositor for Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address reviewer comments Created 6 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: sky/compositor/layer_client.cc
diff --git a/tools/clang/blink_gc_plugin/tests/own_ptr_to_gc_managed_class.cpp b/sky/compositor/layer_client.cc
similarity index 61%
copy from tools/clang/blink_gc_plugin/tests/own_ptr_to_gc_managed_class.cpp
copy to sky/compositor/layer_client.cc
index 9e27c3d87bc66e8e99bb0144815308d23581d308..229482af622fc36315bb94e14b2ffd49d877772e 100644
--- a/tools/clang/blink_gc_plugin/tests/own_ptr_to_gc_managed_class.cpp
+++ b/sky/compositor/layer_client.cc
@@ -2,10 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "own_ptr_to_gc_managed_class.h"
+#include "sky/compositor/layer_client.h"
-namespace blink {
-
-void HeapObject::trace(Visitor* visitor) { }
+namespace sky {
+LayerClient::~LayerClient() {
}
+
+} // namespace sky

Powered by Google App Engine
This is Rietveld 408576698