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

Unified Diff: third_party/WebKit/Source/core/frame/ImageBitmap.h

Issue 2393313002: reflow comments in core/frame (Closed)
Patch Set: tweak 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/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,
« no previous file with comments | « third_party/WebKit/Source/core/frame/History.cpp ('k') | third_party/WebKit/Source/core/frame/ImageBitmap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698