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

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

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.cpp
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
index e589765e89054093410fbfe60dd084b8be4a987a..09436feb0a79ab3d8c4521610b0832039acf98bd 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -502,6 +502,10 @@ void WebSettingsImpl::setAntialiasedClips2dCanvasEnabled(bool enabled) {
m_settings->setAntialiasedClips2dCanvasEnabled(enabled);
}
+void WebSettingsImpl::setForceRedundant2dCanvasCopy(bool enabled) {
+ m_settings->setForceRedundant2dCanvasCopy(enabled);
+}
+
void WebSettingsImpl::setPreferCompositingToLCDTextEnabled(bool enabled) {
m_devToolsEmulator->setPreferCompositingToLCDTextEnabled(enabled);
}

Powered by Google App Engine
This is Rietveld 408576698