Chromium Code Reviews| 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..fd3ca826108e5a08d3334eadf6799ce9a5bd2640 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 |
|
jbroman
2016/10/04 13:57:20
Super-duper-nit: one space instead of two between
Peter Kasting
2016/10/04 16:10:52
Done.
|
| +// is because the software rendering mode has a dependency on the |
| +// blink::Platform interface for buffer allocations. |
| namespace blink { |
| namespace { |