Index: cc/trees/layer_tree_host.h |
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h |
index 4226c2360be1a55e8210cb63603286e65398f7d8..4e14b11d68cc7a1f7c36a6c7f0eae7345d080c6b 100644 |
--- a/cc/trees/layer_tree_host.h |
+++ b/cc/trees/layer_tree_host.h |
@@ -195,6 +195,7 @@ class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) { |
float min_page_scale_factor, |
float max_page_scale_factor); |
+ SkColor background_color() const { return background_color_; } |
void set_background_color(SkColor color) { background_color_ = color; } |
void set_has_transparent_background(bool transparent) { |