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

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp

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/core/html/canvas/CanvasRenderingContext.cpp
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp
index fd544f20ba27684189a010504db78aea34140807..a17e8958c228a943000422b26292fa962a16ed0d 100644
--- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.cpp
@@ -51,7 +51,8 @@ CanvasRenderingContext::CanvasRenderingContext(
kLinearRGBCanvasColorSpaceName)
m_colorSpace = kLinearRGBCanvasColorSpace;
}
- // Make m_creationAttributes reflect the effective colorSpace rather than the requested one
+ // Make m_creationAttributes reflect the effective colorSpace rather than the
+ // requested one
m_creationAttributes.setColorSpace(colorSpaceAsString());
}

Powered by Google App Engine
This is Rietveld 408576698