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

Unified Diff: sky/engine/web/WebSettingsImpl.cpp

Issue 865153004: Remove dead code related to compositing from Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « sky/engine/web/WebSettingsImpl.h ('k') | sky/viewer/platform/platform_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebSettingsImpl.cpp
diff --git a/sky/engine/web/WebSettingsImpl.cpp b/sky/engine/web/WebSettingsImpl.cpp
index 708f690bf735a277720a5dbd7849958bf250fde2..a80797746e36a9e1a80a16211ff5da6e2bce7189 100644
--- a/sky/engine/web/WebSettingsImpl.cpp
+++ b/sky/engine/web/WebSettingsImpl.cpp
@@ -269,10 +269,6 @@ void WebSettingsImpl::setDeferredImageDecodingEnabled(bool enabled)
m_deferredImageDecodingEnabled = enabled;
}
-void WebSettingsImpl::setPreferCompositingToLCDTextEnabled(bool enabled)
-{
-}
-
void WebSettingsImpl::setMinimumAccelerated2dCanvasSize(int numPixels)
{
m_settings->setMinimumAccelerated2dCanvasSize(numPixels);
« no previous file with comments | « sky/engine/web/WebSettingsImpl.h ('k') | sky/viewer/platform/platform_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698