summaryrefslogtreecommitdiffstats
path: root/cc/quads/tile_draw_quad.cc
diff options
context:
space:
mode:
authorssid <ssid@chromium.org>2015-02-09 09:55:20 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-09 17:55:59 +0000
commit911e40ef1f033735fdfe95a411926a1b998ddbfc (patch)
treeefb6ddfd813e4bc47a7927dcd14698af7377a795 /cc/quads/tile_draw_quad.cc
parent33f729bc81c813e037144676b47794d9ebfca280 (diff)
downloadchromium_src-911e40ef1f033735fdfe95a411926a1b998ddbfc.zip
chromium_src-911e40ef1f033735fdfe95a411926a1b998ddbfc.tar.gz
chromium_src-911e40ef1f033735fdfe95a411926a1b998ddbfc.tar.bz2
mechanical rename of base::debug -> base::trace_event for /cc
This is the last stage of the trace_event directory restructuring. This is part of a set of 3 CLs which is moving tracing clients to use the new base::trace_debug namespace. See crrev.com/837303004 and the related bug for motivations. BUG=451032 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/879913002 Cr-Commit-Position: refs/heads/master@{#315335}
Diffstat (limited to 'cc/quads/tile_draw_quad.cc')
-rw-r--r--cc/quads/tile_draw_quad.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/quads/tile_draw_quad.cc b/cc/quads/tile_draw_quad.cc
index 5d60bae..fbdae88 100644
--- a/cc/quads/tile_draw_quad.cc
+++ b/cc/quads/tile_draw_quad.cc
@@ -66,7 +66,7 @@ const TileDrawQuad* TileDrawQuad::MaterialCast(const DrawQuad* quad) {
return static_cast<const TileDrawQuad*>(quad);
}
-void TileDrawQuad::ExtendValue(base::debug::TracedValue* value) const {
+void TileDrawQuad::ExtendValue(base::trace_event::TracedValue* value) const {
ContentDrawQuadBase::ExtendValue(value);
value->SetInteger("resource_id", resource_id);
}