| 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
|
|
|