| 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
|
|
|