| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index 1dacc95933d982ac43795491fcfdca5a31e6fc25..135f91dbd6da77790c32bb3000ebd2176dc4c9d7 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -76,16 +76,6 @@ struct ParamTraits<skia::RefPtr<SkImageFilter> > {
|
| };
|
|
|
| template <>
|
| -struct ParamTraits<gfx::Transform> {
|
| - typedef gfx::Transform param_type;
|
| - static void Write(base::Pickle* m, const param_type& p);
|
| - static bool Read(const base::Pickle* m,
|
| - base::PickleIterator* iter,
|
| - param_type* r);
|
| - static void Log(const param_type& p, std::string* l);
|
| -};
|
| -
|
| -template <>
|
| struct CONTENT_EXPORT ParamTraits<cc::RenderPass> {
|
| typedef cc::RenderPass param_type;
|
| static void Write(base::Pickle* m, const param_type& p);
|
|
|