diff options
Diffstat (limited to 'cc/trees/layer_tree_host.h')
-rw-r--r-- | cc/trees/layer_tree_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h index b58ce39..380cc95 100644 --- a/cc/trees/layer_tree_host.h +++ b/cc/trees/layer_tree_host.h @@ -197,6 +197,7 @@ class CC_EXPORT LayerTreeHost { void set_has_gpu_rasterization_trigger(bool has_trigger) { has_gpu_rasterization_trigger_ = has_trigger; } + bool UseGpuRasterization() const; void SetViewportSize(const gfx::Size& device_viewport_size); void SetOverdrawBottomHeight(float overdraw_bottom_height); @@ -399,6 +400,7 @@ class CC_EXPORT LayerTreeHost { gfx::Transform impl_transform_; bool trigger_idle_updates_; bool has_gpu_rasterization_trigger_; + bool content_is_suitable_for_gpu_rasterization_; SkColor background_color_; bool has_transparent_background_; |