diff options
Diffstat (limited to 'cc/test/layer_test_common.cc')
-rw-r--r-- | cc/test/layer_test_common.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc index 6b456f8..8d8d842 100644 --- a/cc/test/layer_test_common.cc +++ b/cc/test/layer_test_common.cc @@ -14,6 +14,7 @@ #include "ui/gfx/rect_conversions.h" #include "ui/gfx/size_conversions.h" +namespace cc { namespace LayerTestCommon { // Align with expected and actual output @@ -55,3 +56,4 @@ void verifyQuadsExactlyCoverRect(const cc::QuadList& quads, } } // namespace LayerTestCommon +} // namespace cc |