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

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

Issue 2547013002: Add Intel macOS workaround for WebGL2 canvas_sub_rectangle tests (Closed)
Patch Set: add comments Created 4 years 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 ecfde10fed30305badc80ee36fd2324712bfc751..4f05df6c6f30ac1dfff51c4440a4eae95f305952 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -64,6 +64,7 @@ class WEB_EXPORT WebSettingsImpl final : NON_EXPORTED_BASE(public WebSettings) {
void setAlwaysShowContextMenuOnTouch(bool) override;
void setAntialiased2dCanvasEnabled(bool) override;
void setAntialiasedClips2dCanvasEnabled(bool) override;
+ void setForceRedundant2dCanvasCopy(bool) override;
void setAutoZoomFocusedNodeToLegibleScale(bool) override;
void setBrowserSideNavigationEnabled(bool) override;
void setClobberUserAgentInitialScaleQuirk(bool) override;

Powered by Google App Engine
This is Rietveld 408576698