| Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositorTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositorTest.cpp b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositorTest.cpp
|
| index c4832463c3a8c674c2c3c58adbd746c0362f06de..56dceb6f13e112aca6a55dcc595b4eddfd22dd19 100644
|
| --- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositorTest.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositorTest.cpp
|
| @@ -23,7 +23,7 @@ class PaintLayerCompositorTest : public RenderingTest {
|
| EnableCompositing();
|
| }
|
| };
|
| -}
|
| +} // namespace
|
|
|
| TEST_F(PaintLayerCompositorTest, AdvancingToCompositingInputsClean) {
|
| SetBodyInnerHTML("<div id='box' style='position: relative'></div>");
|
| @@ -85,4 +85,4 @@ TEST_F(PaintLayerCompositorTest,
|
| EXPECT_EQ(boxAnimations.front()->CompositorGroup(),
|
| otherBoxAnimations.front()->CompositorGroup());
|
| }
|
| -}
|
| +} // namespace blink
|
|
|