| Index: cc/output/filter_operation.h
|
| diff --git a/cc/output/filter_operation.h b/cc/output/filter_operation.h
|
| index fc14cb1017ade130fe2cfa6c1bf7e70a4b92e825..cfaf529044388b89638db47226f67510fb409e15 100644
|
| --- a/cc/output/filter_operation.h
|
| +++ b/cc/output/filter_operation.h
|
| @@ -16,9 +16,6 @@
|
| #include "ui/gfx/geometry/point.h"
|
|
|
| namespace base {
|
| -namespace debug {
|
| -class TracedValue;
|
| -}
|
| class Value;
|
| }
|
|
|
| @@ -223,7 +220,7 @@
|
| const FilterOperation* to,
|
| double progress);
|
|
|
| - void AsValueInto(base::debug::TracedValue* value) const;
|
| + scoped_ptr<base::Value> AsValue() const;
|
|
|
| private:
|
| FilterOperation(FilterType type, float amount);
|
|
|