| Index: cc/quads/shared_quad_state.h
|
| diff --git a/cc/quads/shared_quad_state.h b/cc/quads/shared_quad_state.h
|
| index dde87a8511e7ca813a746c1d6326249308d79d44..30a1e25b3d33ff7367f4ecf6e23b98daad8d31f5 100644
|
| --- a/cc/quads/shared_quad_state.h
|
| +++ b/cc/quads/shared_quad_state.h
|
| @@ -12,9 +12,6 @@
|
| #include "ui/gfx/transform.h"
|
|
|
| namespace base {
|
| -namespace debug {
|
| -class TracedValue;
|
| -}
|
| class Value;
|
| }
|
|
|
| @@ -40,7 +37,7 @@
|
| float opacity,
|
| SkXfermode::Mode blend_mode,
|
| int sorting_context_id);
|
| - void AsValueInto(base::debug::TracedValue* dict) const;
|
| + scoped_ptr<base::Value> AsValue() const;
|
|
|
| // Transforms from quad's original content space to its target content space.
|
| gfx::Transform content_to_target_transform;
|
|
|