| Index: third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| diff --git a/third_party/WebKit/Source/core/frame/ImageBitmap.h b/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| index ce2deeef78f80ffbc022d2508aa9fa902658041a..9cc2b77e640c4dd88e82dfdbdc0323ad20385e8a 100644
|
| --- a/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| +++ b/third_party/WebKit/Source/core/frame/ImageBitmap.h
|
| @@ -65,8 +65,10 @@ class CORE_EXPORT ImageBitmap final
|
| Optional<IntRect>,
|
| const ImageBitmapOptions& = ImageBitmapOptions());
|
| // This function is called by structured-cloning an ImageBitmap.
|
| - // isImageBitmapPremultiplied indicates whether the original ImageBitmap is premultiplied or not.
|
| - // isImageBitmapOriginClean indicates whether the original ImageBitmap is origin clean or not.
|
| + // isImageBitmapPremultiplied indicates whether the original ImageBitmap is
|
| + // premultiplied or not.
|
| + // isImageBitmapOriginClean indicates whether the original ImageBitmap is
|
| + // origin clean or not.
|
| static ImageBitmap* create(const void* pixelData,
|
| uint32_t width,
|
| uint32_t height,
|
|
|