| Index: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| index 36e7b8b8fa77f382026663bea2194c8f5d88f92a..5d2faa238737670cd444ed318fad4193a7191765 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp
|
| @@ -10,10 +10,10 @@
|
| #include "platform/graphics/gpu/DrawingBufferTestHelpers.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| -// These unit tests are separate from DrawingBufferTests.cpp because they are built
|
| -// as a part of webkit_unittests instead blink_platform_unittests because the
|
| -// software rendering mode has a dependency on the blink::Platform interface
|
| -// for buffer allocations.
|
| +// These unit tests are separate from DrawingBufferTests.cpp because they are
|
| +// built as a part of webkit_unittests instead blink_platform_unittests. This is
|
| +// because the software rendering mode has a dependency on the blink::Platform
|
| +// interface for buffer allocations.
|
|
|
| namespace blink {
|
| namespace {
|
|
|