| 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);
|
| }
|
|
|