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

Unified Diff: third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp

Issue 2392443009: reflow comments in core/paint (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/core/paint/HTMLCanvasPainter.cpp
diff --git a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
index 50413cc1dc9fb9047176bcccea15ecd48fc64365..b23e8646e009c6c94797699e8fc284dc7c719880 100644
--- a/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
+++ b/third_party/WebKit/Source/core/paint/HTMLCanvasPainter.cpp
@@ -52,8 +52,8 @@ void HTMLCanvasPainter::paintReplaced(const PaintInfo& paintInfo,
context.clip(FloatRect(contentRect));
}
- // FIXME: InterpolationNone should be used if ImageRenderingOptimizeContrast is set.
- // See bug for more details: crbug.com/353716.
+ // FIXME: InterpolationNone should be used if ImageRenderingOptimizeContrast
+ // is set. See bug for more details: crbug.com/353716.
InterpolationQuality interpolationQuality =
m_layoutHTMLCanvas.style()->imageRendering() ==
ImageRenderingOptimizeContrast
« no previous file with comments | « third_party/WebKit/Source/core/paint/GridPainter.cpp ('k') | third_party/WebKit/Source/core/paint/ImagePainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698