Index: cc/layers/surface_layer_impl.cc |
diff --git a/cc/layers/surface_layer_impl.cc b/cc/layers/surface_layer_impl.cc |
index 80c6da0d594271f9277c3eb731ea70b4fdb2899f..fb0d2a981c0d774162c0a81d6c866f592f344f3f 100644 |
--- a/cc/layers/surface_layer_impl.cc |
+++ b/cc/layers/surface_layer_impl.cc |
@@ -4,6 +4,7 @@ |
#include "cc/layers/surface_layer_impl.h" |
+#include "base/debug/trace_event_argument.h" |
#include "cc/debug/debug_colors.h" |
#include "cc/quads/surface_draw_quad.h" |
#include "cc/trees/occlusion_tracker.h" |
@@ -66,7 +67,7 @@ void SurfaceLayerImpl::GetDebugBorderProperties(SkColor* color, |
*width = DebugColors::SurfaceLayerBorderWidth(layer_tree_impl()); |
} |
-void SurfaceLayerImpl::AsValueInto(base::DictionaryValue* dict) const { |
+void SurfaceLayerImpl::AsValueInto(base::debug::TracedValue* dict) const { |
LayerImpl::AsValueInto(dict); |
dict->SetInteger("surface_id", surface_id_.id); |
} |