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

Unified Diff: public/platform/WebContentLayer.h

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding back annotation. final rebase. Created 7 years, 7 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 | « Source/core/rendering/RenderView.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebContentLayer.h
diff --git a/public/platform/WebContentLayer.h b/public/platform/WebContentLayer.h
index 36a23fc8ed8a729f1432ef6a92c59ec1d89bee76..0b13fa1d0f8b52b7a4805fee37084051356d83e6 100644
--- a/public/platform/WebContentLayer.h
+++ b/public/platform/WebContentLayer.h
@@ -48,11 +48,6 @@ public:
// to false.
virtual void setAutomaticallyComputeRasterScale(bool) { }
- // Set to render text in this layer with LCD antialiasing. Only set if you know that this layer will be
- // drawn in a way where this makes sense - i.e. opaque background, not rotated or scaled, etc.
- // Defaults to false;
- virtual void setUseLCDText(bool) = 0;
-
// Set to draw a system-defined checkerboard if the compositor would otherwise draw a tile in this layer
// and the actual contents are unavailable. If false, the compositor will draw the layer's background color
// for these tiles.
« no previous file with comments | « Source/core/rendering/RenderView.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698