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

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

Issue 2384033002: reflow comments in web/tests (Closed)
Patch Set: comments (heh!) Created 4 years, 2 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/RootScrollerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
index 196f15e58828f3ae81898e529e15d00f08997bd4..c4f611c6eb6c4fd2c4aefacd16bd53d8794362b1 100644
--- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
@@ -762,8 +762,8 @@ TEST_F(RootScrollerTest, RemoveClippingOnCompositorLayers) {
}
// Now reset the iframe's root scroller. Since the iframe itself is now the
- // global root scroller we want it to behave as if it were the main frame, which
- // means it should clip only on its root content layer.
+ // global root scroller we want it to behave as if it were the main frame,
+ // which means it should clip only on its root content layer.
{
iframe->contentDocument()->setRootScroller(nullptr, nonThrow);
mainFrameView()->updateAllLifecyclePhases();

Powered by Google App Engine
This is Rietveld 408576698