| Index: cc/picture_layer_tiling_unittest.cc
|
| diff --git a/cc/picture_layer_tiling_unittest.cc b/cc/picture_layer_tiling_unittest.cc
|
| index 03bd9aadb19d29f4e3b66b937cebed9e34fbda57..75fbda8ac02a73bce7407ea79ff39dcc052696a8 100644
|
| --- a/cc/picture_layer_tiling_unittest.cc
|
| +++ b/cc/picture_layer_tiling_unittest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "ui/gfx/size_conversions.h"
|
|
|
| namespace cc {
|
| +namespace {
|
|
|
| class PictureLayerTilingIteratorTest : public testing::Test {
|
| public:
|
| @@ -118,4 +119,5 @@ TEST_F(PictureLayerTilingIteratorTest, IteratorCoversLayerBoundsBothScale) {
|
| VerifyTilesExactlyCoverRect(scale, gfx::Rect(2014, 1579, 867, 1033));
|
| }
|
|
|
| +} // namespace
|
| } // namespace cc
|
|
|