| Index: mojo/services/public/cpp/surfaces/tests/surface_unittest.cc
|
| diff --git a/mojo/services/public/cpp/surfaces/tests/surface_unittest.cc b/mojo/services/public/cpp/surfaces/tests/surface_unittest.cc
|
| index bc933c3f59823a16b6462bec8b169845918ad94e..f269d4e2670d215273aa617e949f20929cdc0f07 100644
|
| --- a/mojo/services/public/cpp/surfaces/tests/surface_unittest.cc
|
| +++ b/mojo/services/public/cpp/surfaces/tests/surface_unittest.cc
|
| @@ -203,7 +203,7 @@ TEST(SurfaceLibTest, SharedQuadState) {
|
|
|
| TEST(SurfaceLibTest, RenderPass) {
|
| scoped_ptr<cc::RenderPass> pass = cc::RenderPass::Create();
|
| - cc::RenderPass::Id pass_id(1, 6);
|
| + cc::RenderPassId pass_id(1, 6);
|
| gfx::Rect output_rect(4, 9, 13, 71);
|
| gfx::Rect damage_rect(9, 17, 41, 45);
|
| gfx::Transform transform_to_root_target;
|
|
|