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

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

Issue 2515413002: Revert workaround due to perf regression (Closed)
Patch Set: 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 7efc0f792f2140381a9705c25b020e30d81b1071..65d5d91f138baee4338e6f1e54bd639da4e0abc7 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -498,10 +498,6 @@ 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