| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 54776e77315b74a08c74c23351547aeb77b6bc73..7e01faf2192586b053f2a1a0bff22d11a38b17ed 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -327,6 +327,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void set_content_is_suitable_for_gpu_rasterization(bool flag) {
|
| content_is_suitable_for_gpu_rasterization_ = flag;
|
| }
|
| + bool CanUseGpuRasterization();
|
| void UpdateGpuRasterizationStatus();
|
| bool use_gpu_rasterization() const { return use_gpu_rasterization_; }
|
| bool use_msaa() const { return use_msaa_; }
|
|
|