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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2359843003: Turning on clip anti-aliasing by default in Chrome. (Closed)
Patch Set: Adding the layout test. 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: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 396f50b2280855af85e945b939658ffc86715a2e..2503cbe48c51fd08a6f0b96b80850ce08f4cd5f8 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -64,7 +64,7 @@ public:
void setAllowUniversalAccessFromFileURLs(bool) override;
void setAlwaysShowContextMenuOnTouch(bool) override;
void setAntialiased2dCanvasEnabled(bool) override;
- void setAntialiasedClips2dCanvasEnabled(bool) override;
+ void setAntialiasedClips2dCanvasDisabled(bool) override;
void setAutoplayExperimentMode(const WebString&) override;
void setAutoZoomFocusedNodeToLegibleScale(bool) override;
void setBrowserSideNavigationEnabled(bool) override;

Powered by Google App Engine
This is Rietveld 408576698