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

Unified Diff: third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModuleTest.cpp

Issue 2387093002: Reflow comments in canvas-related folders (Closed)
Patch Set: More fix 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/modules/canvas/HTMLCanvasElementModuleTest.cpp
diff --git a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModuleTest.cpp b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModuleTest.cpp
index 0cedf0c0622034b3c9c46a71d4c53d80dc852725..545ff92643d9ba89294cbe8cd24faa338584e502 100644
--- a/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModuleTest.cpp
+++ b/third_party/WebKit/Source/modules/canvas/HTMLCanvasElementModuleTest.cpp
@@ -39,8 +39,9 @@ class HTMLCanvasElementModuleTest : public ::testing::Test {
OffscreenCanvas* HTMLCanvasElementModuleTest::transferControlToOffscreen(
ExceptionState& exceptionState) {
- // This unit test only tests if the Canvas Id is associated correctly, so we exclude the part that
- // creates surface layer bridge because a mojo message pipe cannot be tested using webkit unit tests.
+ // This unit test only tests if the Canvas Id is associated correctly, so we
+ // exclude the part that creates surface layer bridge because a mojo message
+ // pipe cannot be tested using webkit unit tests.
return HTMLCanvasElementModule::transferControlToOffscreenInternal(
canvasElement(), exceptionState);
}

Powered by Google App Engine
This is Rietveld 408576698