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. |