| Index: cc/quads/render_pass_unittest.cc
|
| diff --git a/cc/quads/render_pass_unittest.cc b/cc/quads/render_pass_unittest.cc
|
| index e487784bf0aeafea17957649208db6e05e158306..f2271b59192a531140c5a86f5afc8ecddd6a2753 100644
|
| --- a/cc/quads/render_pass_unittest.cc
|
| +++ b/cc/quads/render_pass_unittest.cc
|
| @@ -19,7 +19,8 @@ namespace cc {
|
| namespace {
|
|
|
| struct RenderPassSize {
|
| - // If you add a new field to this class, make sure to add it to the copy() tests.
|
| + // If you add a new field to this class, make sure to add it to the
|
| + // Copy() tests.
|
| RenderPass::Id id;
|
| QuadList quad_list;
|
| SharedQuadStateList shared_quad_state_list;
|
|
|