summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cc/layers/layer_impl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc
index c1fb321..d42ec31 100644
--- a/cc/layers/layer_impl.cc
+++ b/cc/layers/layer_impl.cc
@@ -1298,6 +1298,9 @@ void LayerImpl::AsValueInto(base::DictionaryValue* state) const {
if (clip_parent_)
state->SetInteger("clip_parent", clip_parent_->id());
+
+ state->SetBoolean("can_use_lcd_text", can_use_lcd_text());
+ state->SetBoolean("contents_opaque", contents_opaque());
}
size_t LayerImpl::GPUMemoryUsageInBytes() const { return 0; }