| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index ba91e119df1a95545d9cfd7f1a388923fc4f4ae4..fff226a67b78706bab01a0cf8562a6a7768d458d 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -24,6 +24,7 @@
|
| #include "cc/input/top_controls_state.h"
|
| #include "cc/layers/layer_lists.h"
|
| #include "cc/output/output_surface.h"
|
| +#include "cc/resources/resource_format.h"
|
| #include "cc/resources/scoped_ui_resource.h"
|
| #include "cc/resources/ui_resource_bitmap.h"
|
| #include "cc/resources/ui_resource_client.h"
|
| @@ -73,7 +74,7 @@ struct CC_EXPORT RendererCapabilities {
|
| RendererCapabilities();
|
| ~RendererCapabilities();
|
|
|
| - unsigned best_texture_format;
|
| + ResourceFormat best_texture_format;
|
| bool using_partial_swap;
|
| bool using_set_visibility;
|
| bool using_egl_image;
|
|
|