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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 652483003: Plumb in flag to enable antialiased clipping in HTML 5 Canvas (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: More cleanup Created 6 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: Source/web/WebSettingsImpl.h
diff --git a/Source/web/WebSettingsImpl.h b/Source/web/WebSettingsImpl.h
index 223ff738f0e420b50afa57649b8fb16aeda4e474..d9aec4856ce957521d2658b23b29c762137a9d20 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -63,6 +63,7 @@ public:
virtual void setAllowScriptsToCloseWindows(bool) override;
virtual void setAllowUniversalAccessFromFileURLs(bool) override;
virtual void setAntialiased2dCanvasEnabled(bool) override;
+ virtual void setAntialiasedClips2dCanvasEnabled(bool) override;
virtual void setAsynchronousSpellCheckingEnabled(bool) override;
virtual void setAutoZoomFocusedNodeToLegibleScale(bool) override;
virtual void setCaretBrowsingEnabled(bool) override;

Powered by Google App Engine
This is Rietveld 408576698