Index: cc/output/renderer_settings.h |
diff --git a/cc/output/renderer_settings.h b/cc/output/renderer_settings.h |
index ce0a4704a0ed753dbf8c812857049884ccaa36fa..80228009ca8c34f11e0bb9a4adba9b037372ca35 100644 |
--- a/cc/output/renderer_settings.h |
+++ b/cc/output/renderer_settings.h |
@@ -26,6 +26,7 @@ class CC_EXPORT RendererSettings { |
int highp_threshold_min; |
bool use_rgba_4444_textures; |
size_t texture_id_allocation_chunk_size; |
+ bool use_gpu_memory_buffer_resources; |
}; |
} // namespace cc |