summaryrefslogtreecommitdiffstats
path: root/cc/layers/layer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/layers/layer.cc')
-rw-r--r--cc/layers/layer.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index cdc2d8d..0390f04 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -852,4 +852,8 @@ RenderingStatsInstrumentation* Layer::rendering_stats_instrumentation() const {
return layer_tree_host_->rendering_stats_instrumentation();
}
+bool Layer::SupportsLCDText() const {
+ return false;
+}
+
} // namespace cc