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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h

Issue 2385123003: Rewrap comments to 80 columns in Source/platform/graphics/paint/. (Closed)
Patch Set: Resync 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/paint/SkPictureBuilder.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
index 95254379b5e57f9e7646e9a5683ef7ed3dbe7493..73fbd89883bc8f158a8124af920fdab7d3544bf9 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.h
@@ -26,10 +26,11 @@ class PLATFORM_EXPORT SkPictureBuilder final : public DisplayItemClient {
WTF_MAKE_NONCOPYABLE(SkPictureBuilder);
public:
- // Constructs a new builder with the given bounds for the resulting recorded picture. If
- // |metadata| is specified, that metadata is propagated to the builder's internal canvas. If
- // |containingContext| is specified, the device scale factor, printing, and disabled state are
- // propagated to the builder's internal context.
+ // Constructs a new builder with the given bounds for the resulting recorded
+ // picture. If |metadata| is specified, that metadata is propagated to the
+ // builder's internal canvas. If |containingContext| is specified, the device
+ // scale factor, printing, and disabled state are propagated to the builder's
+ // internal context.
SkPictureBuilder(const FloatRect& bounds,
SkMetaData* = nullptr,
GraphicsContext* containingContext = nullptr);
@@ -37,8 +38,8 @@ class PLATFORM_EXPORT SkPictureBuilder final : public DisplayItemClient {
GraphicsContext& context() { return *m_context; }
- // Returns a picture capturing all drawing performed on the builder's context since
- // construction.
+ // Returns a picture capturing all drawing performed on the builder's context
+ // since construction.
sk_sp<SkPicture> endRecording();
// DisplayItemClient methods

Powered by Google App Engine
This is Rietveld 408576698