| Index: content/common/cc_messages.cc
|
| diff --git a/content/common/cc_messages.cc b/content/common/cc_messages.cc
|
| index e7c2ad21fdee1ab412f3766a0991cd0fb750f9b0..c57f8abdeff878ef6e464c45c0508a83d2010441 100644
|
| --- a/content/common/cc_messages.cc
|
| +++ b/content/common/cc_messages.cc
|
| @@ -396,7 +396,7 @@ static cc::DrawQuad* ReadDrawQuad(const Message* m,
|
|
|
| bool ParamTraits<cc::RenderPass>::Read(
|
| const Message* m, PickleIterator* iter, param_type* p) {
|
| - cc::RenderPassId id(-1, -1);
|
| + cc::RenderPassId id;
|
| gfx::Rect output_rect;
|
| gfx::Rect damage_rect;
|
| gfx::Transform transform_to_root_target;
|
|
|