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

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

Issue 2503283007: Work around unknown Mac Intel driver bug causing non-deterministic behavior in GPU readback from 2D (Closed)
Patch Set: address comments Created 4 years, 1 month 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
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 65d5d91f138baee4338e6f1e54bd639da4e0abc7..7efc0f792f2140381a9705c25b020e30d81b1071 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -498,6 +498,10 @@ void WebSettingsImpl::setAntialiased2dCanvasEnabled(bool enabled) {
m_settings->setAntialiased2dCanvasEnabled(enabled);
}
+void WebSettingsImpl::setForceSoftwareReadbackFrom2DCanvas(bool enabled) {
+ m_settings->setForceSoftwareReadbackFrom2DCanvas(enabled);
+}
+
void WebSettingsImpl::setAntialiasedClips2dCanvasEnabled(bool enabled) {
m_settings->setAntialiasedClips2dCanvasEnabled(enabled);
}
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698