Index: cc/layers/layer_impl.cc |
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
index 14ffa6f826fc2fd6c41349fec759bcf9a0c50a3c..2d444a1545717e2fab6c6dc257a41f26fd8300dc 100644 |
--- a/cc/layers/layer_impl.cc |
+++ b/cc/layers/layer_impl.cc |
@@ -1400,6 +1400,9 @@ void LayerImpl::RemoveDependentNeedsPushProperties() { |
parent_->RemoveDependentNeedsPushProperties(); |
} |
+void LayerImpl::GetAllTilesForTracing(std::set<const Tile*>* tiles) const { |
+} |
+ |
void LayerImpl::AsValueInto(base::debug::TracedValue* state) const { |
TracedValue::MakeDictIntoImplicitSnapshotWithCategory( |
TRACE_DISABLED_BY_DEFAULT("cc.debug"), |