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

Unified Diff: third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h

Issue 2387093002: Reflow comments in canvas-related folders (Closed)
Patch Set: More fix 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/modules/canvas2d/CanvasRenderingContext2DState.h
diff --git a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h
index ec9a4380e5d610af94e39d840c6495082ad1aff0..24fc2257d7d74d187c62d6097fc3e3b7bf28753b 100644
--- a/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h
+++ b/third_party/WebKit/Source/modules/canvas2d/CanvasRenderingContext2DState.h
@@ -176,7 +176,8 @@ class CanvasRenderingContext2DState final
enum ImageType { NoImage, OpaqueImage, NonOpaqueImage };
- // If paint will not be used for painting a bitmap, set bitmapOpacity to Opaque
+ // If paint will not be used for painting a bitmap, set bitmapOpacity to
+ // Opaque.
const SkPaint* getPaint(PaintType, ShadowMode, ImageType = NoImage) const;
private:

Powered by Google App Engine
This is Rietveld 408576698