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

Unified Diff: Source/web/WebSettingsImpl.h

Issue 26541008: Web setting for canvas2d msaa (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: working? Created 7 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 c038464ecbb110e3d11739226922b8135d83e29d..89b0bd8b2d8cb3e9224c6d19159f55f4ad0f4a7a 100644
--- a/Source/web/WebSettingsImpl.h
+++ b/Source/web/WebSettingsImpl.h
@@ -49,6 +49,7 @@ public:
virtual bool touchEditingEnabled() const;
virtual bool viewportEnabled() const;
virtual void setAccelerated2dCanvasEnabled(bool);
+ virtual void setAccelerated2dCanvasMSAASampleCount(int);
virtual void setAcceleratedCompositingEnabled(bool);
virtual void setAcceleratedCompositingFor3DTransformsEnabled(bool);
virtual void setAcceleratedCompositingForAnimationEnabled(bool);

Powered by Google App Engine
This is Rietveld 408576698