| Index: third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| index f223a2b212e6fea22cfee0271d6fdcbd34dc2af2..3ea2a9e61457c5eaacb3eb4ba48e76ec726c5289 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/RecordingImageBufferSurfaceTest.cpp
|
| @@ -129,7 +129,8 @@ class RecordingImageBufferSurfaceTest : public Test {
|
|
|
| void testNonAnimatedCanvasUpdate() {
|
| m_testSurface->initializeCurrentFrame();
|
| - // acquire picture twice to simulate a static canvas: nothing drawn between updates
|
| + // Acquire picture twice to simulate a static canvas: nothing drawn between
|
| + // updates.
|
| m_fakeImageBufferClient->fakeDraw();
|
| m_testSurface->getPicture();
|
| m_testSurface->getPicture();
|
|
|