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

Unified Diff: content/renderer/render_view_impl.cc

Issue 2359843003: Turning on clip anti-aliasing by default in Chrome. (Closed)
Patch Set: Addressing comments. Created 4 years, 3 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: content/renderer/render_view_impl.cc
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
index f68099e0f818843a2854be3bb1805b3584321184..b90ec97be38ba9b3787565971483b3c077cff89b 100644
--- a/content/renderer/render_view_impl.cc
+++ b/content/renderer/render_view_impl.cc
@@ -1017,7 +1017,7 @@ void RenderView::ApplyWebPreferences(const WebPreferences& prefs,
WebRuntimeFeatures::forceDisable2dCanvasCopyOnWrite(
prefs.disable_2d_canvas_copy_on_write);
- // Enabled antialiasing of clips for 2d canvas if requested on the command
+ // Disable antialiasing of clips for 2d canvas if requested on the command
// line.
settings->setAntialiasedClips2dCanvasEnabled(
prefs.antialiased_clips_2d_canvas_enabled);
« no previous file with comments | « content/public/common/web_preferences.cc ('k') | third_party/WebKit/LayoutTests/fast/canvas/canvas-2d-clip-anti-aliasing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698