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

Unified Diff: third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h

Issue 2391943002: Rewrap comments to 80 columns in platform/graphics/{compositing,cpu,gpu,skia}/. (Closed)
Patch Set: One space 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/Extensions3DUtil.h
diff --git a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
index 4130df36d016072fa741323924cbe2e904af24f7..4388bddc4e8b9b5b74c0908cedd625547e3c2107 100644
--- a/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
+++ b/third_party/WebKit/Source/platform/graphics/gpu/Extensions3DUtil.h
@@ -27,7 +27,8 @@ class PLATFORM_EXPORT Extensions3DUtil final {
WTF_MAKE_NONCOPYABLE(Extensions3DUtil);
public:
- // Creates a new Extensions3DUtil. If the passed GLES2Interface has been spontaneously lost, returns null.
+ // Creates a new Extensions3DUtil. If the passed GLES2Interface has been
+ // spontaneously lost, returns null.
static std::unique_ptr<Extensions3DUtil> create(gpu::gles2::GLES2Interface*);
~Extensions3DUtil();

Powered by Google App Engine
This is Rietveld 408576698