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

Unified Diff: third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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/web/tests/ScrollingCoordinatorTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
index 32cae1d7439160baa71b9fb624f553e0612029a7..cbd57d9309abbab1111109f9f30040b601ac0e31 100644
--- a/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ScrollingCoordinatorTest.cpp
@@ -735,12 +735,12 @@ TEST_P(ScrollingCoordinatorTest, rtlIframe) {
WebLayer* webScrollLayer = scrollLayer->platformLayer();
ASSERT_TRUE(webScrollLayer->scrollable());
- int expectedScrollPosition =
- 958 + (innerFrameView->layoutViewportScrollableArea()
- ->verticalScrollbar()
- ->isOverlayScrollbar()
- ? 0
- : 15);
+ int expectedScrollPosition = 958 +
+ (innerFrameView->layoutViewportScrollableArea()
+ ->verticalScrollbar()
+ ->isOverlayScrollbar()
+ ? 0
+ : 15);
ASSERT_EQ(expectedScrollPosition, webScrollLayer->scrollPosition().x);
}
« no previous file with comments | « third_party/WebKit/Source/web/tests/RootScrollerTest.cpp ('k') | third_party/WebKit/Source/web/tests/VisualViewportTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698