Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(105)

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositorTest.cpp

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698