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

Unified Diff: Source/web/WebSettingsImpl.cpp

Issue 247673005: Remove the acceleratedCompositingForPluginsEnabled Setting. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rm-acceleratedCompositingForPluginsEnabled: Created 6 years, 8 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.cpp
diff --git a/Source/web/WebSettingsImpl.cpp b/Source/web/WebSettingsImpl.cpp
index 1f2ec4eb42bd4b5cc195e105e8019ccb7a7d41dc..db3a4441bec0a31ec214b6378e63e53b1280e4ff 100644
--- a/Source/web/WebSettingsImpl.cpp
+++ b/Source/web/WebSettingsImpl.cpp
@@ -480,11 +480,6 @@ void WebSettingsImpl::setAcceleratedCompositingForGpuRasterizationHintEnabled(bo
m_settings->setAcceleratedCompositingForGpuRasterizationHintEnabled(enabled);
}
-void WebSettingsImpl::setAcceleratedCompositingForPluginsEnabled(bool enabled)
-{
- m_settings->setAcceleratedCompositingForPluginsEnabled(enabled);
-}
-
void WebSettingsImpl::setAcceleratedCompositingForCanvasEnabled(bool enabled)
{
m_settings->setAcceleratedCompositingForCanvasEnabled(enabled);

Powered by Google App Engine
This is Rietveld 408576698