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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp

Issue 2385123003: Rewrap comments to 80 columns in Source/platform/graphics/paint/. (Closed)
Patch Set: Resync 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/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
index 028cba112757f3a0da74bbec7b3a71a28f10fda8..d19462521bb2b0a334f19add0b30362d602b8536 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintArtifactToSkCanvasTest.cpp
@@ -216,8 +216,10 @@ static SkRegion getCanvasClipAsRegion(SkCanvas* canvas) {
TEST_F(PaintArtifactToSkCanvasTest, ClipWithScrollEscaping) {
// The setup is to simulate scenario similar to this html:
- // <div style="position:absolute; left:0; top:0; clip:rect(200px,200px,300px,100px);">
- // <div style="position:fixed; left:150px; top:150px; width:100px; height:100px; overflow:hidden;">
+ // <div style="position:absolute; left:0; top:0;
+ // clip:rect(200px,200px,300px,100px);">
+ // <div style="position:fixed; left:150px; top:150px; width:100px;
+ // height:100px; overflow:hidden;">
// client1
// </div>
// </div>

Powered by Google App Engine
This is Rietveld 408576698