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