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

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

Issue 2387093002: Reflow comments in canvas-related folders (Closed)
Patch Set: 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..dce2bec8a63070e63b5499ddc6903f015c4cfd40 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
Justin Novosad 2016/10/03 18:13:11 Sentence should end with period.
const SkPaint* getPaint(PaintType, ShadowMode, ImageType = NoImage) const;
private:

Powered by Google App Engine
This is Rietveld 408576698