| Index: cc/output/overlay_unittest.cc
|
| diff --git a/cc/output/overlay_unittest.cc b/cc/output/overlay_unittest.cc
|
| index f042c27af4179e490d9bb83bfa872ad96c4d429e..9ef79f9198725b51a5c58bdc418fa97d70ec47a5 100644
|
| --- a/cc/output/overlay_unittest.cc
|
| +++ b/cc/output/overlay_unittest.cc
|
| @@ -105,7 +105,7 @@ class OverlayOutputSurface : public OutputSurface {
|
| };
|
|
|
| scoped_ptr<RenderPass> CreateRenderPass() {
|
| - RenderPass::Id id(1, 0);
|
| + RenderPassId id(1, 0);
|
| gfx::Rect output_rect(0, 0, 256, 256);
|
| bool has_transparent_background = true;
|
|
|
|
|