| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index d6bb16b88c45c1f449a5bcacf75fc2a03ac5043c..cc05162ef83307f2bb13e7d97f5399761ec02e3e 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -79,6 +79,7 @@ struct CC_EXPORT RendererCapabilities {
|
| bool using_offscreen_context3d;
|
| int max_texture_size;
|
| bool avoid_pow2_textures;
|
| + bool using_gpu_memory_buffers;
|
| };
|
|
|
| class CC_EXPORT LayerTreeHost : NON_EXPORTED_BASE(public RateLimiterClient) {
|
|
|