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

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

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/public/web/WebSettings.h ('k') | sky/engine/web/WebSettingsImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/web/WebSettingsImpl.h
diff --git a/sky/engine/web/WebSettingsImpl.h b/sky/engine/web/WebSettingsImpl.h
index 3af29c6ee9d18605f381ab84a3693d5c7457a858..caa59ef1596d9b410c8e7d1060ca81a4c5a2f9c4 100644
--- a/sky/engine/web/WebSettingsImpl.h
+++ b/sky/engine/web/WebSettingsImpl.h
@@ -50,7 +50,6 @@ public:
virtual HoverType primaryHoverType() const override;
virtual void setAccelerated2dCanvasEnabled(bool) override;
virtual void setAccelerated2dCanvasMSAASampleCount(int) override;
- virtual void setPreferCompositingToLCDTextEnabled(bool) override;
virtual void setAntialiased2dCanvasEnabled(bool) override;
virtual void setAsynchronousSpellCheckingEnabled(bool) override;
virtual void setContainerCullingEnabled(bool) override;
« no previous file with comments | « sky/engine/public/web/WebSettings.h ('k') | sky/engine/web/WebSettingsImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698