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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/DrawingBufferSoftwareRenderingTest.cpp

Issue 2391943002: Rewrap comments to 80 columns in platform/graphics/{compositing,cpu,gpu,skia}/. (Closed)
Patch Set: Another long comment 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/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 {

Powered by Google App Engine
This is Rietveld 408576698