| 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 6af8dd9f00fc8e75b34a4f4b0f68ad32a8dcf950..b689aeb9c8d1360889768f8312a404b8117d0490 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -42,6 +42,7 @@
|
| #include "cc/trees/layer_tree_settings.h"
|
| #include "cc/trees/mutator_host_client.h"
|
| #include "cc/trees/task_runner_provider.h"
|
| +#include "gpu/command_buffer/client/context_support.h"
|
| #include "ui/gfx/geometry/rect.h"
|
|
|
| namespace gfx {
|
| @@ -722,6 +723,11 @@ class CC_EXPORT LayerTreeHostImpl
|
|
|
| OutputSurface* output_surface_;
|
|
|
| + std::unique_ptr<gpu::ContextSupport::ScopedVisibility>
|
| + main_context_client_visibility_;
|
| + std::unique_ptr<gpu::ContextSupport::ScopedVisibility>
|
| + worker_context_client_visibility_;
|
| +
|
| std::unique_ptr<ResourceProvider> resource_provider_;
|
| bool need_update_gpu_rasterization_status_;
|
| bool content_is_suitable_for_gpu_rasterization_;
|
|
|