Index: cc/quads/tile_draw_quad.cc |
diff --git a/cc/quads/tile_draw_quad.cc b/cc/quads/tile_draw_quad.cc |
index ea3a14a9a3af1c9b9f9a94ce9410dc56aac9a251..839f0defbd3706e2b18dd14d605276754e03704d 100644 |
--- a/cc/quads/tile_draw_quad.cc |
+++ b/cc/quads/tile_draw_quad.cc |
@@ -4,7 +4,6 @@ |
#include "cc/quads/tile_draw_quad.h" |
-#include "base/debug/trace_event_argument.h" |
#include "base/logging.h" |
#include "base/values.h" |
#include "third_party/khronos/GLES2/gl2.h" |
@@ -62,7 +61,7 @@ |
return static_cast<const TileDrawQuad*>(quad); |
} |
-void TileDrawQuad::ExtendValue(base::debug::TracedValue* value) const { |
+void TileDrawQuad::ExtendValue(base::DictionaryValue* value) const { |
ContentDrawQuadBase::ExtendValue(value); |
value->SetInteger("resource_id", resource_id); |
} |