| Index: cc/output/context_provider.h
|
| diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h
|
| index eb3ac0cbc698f7a52e64aec5e6f4e18d10437194..0e21a3e6bba6c6a212d3442c125cb6985975ee32 100644
|
| --- a/cc/output/context_provider.h
|
| +++ b/cc/output/context_provider.h
|
| @@ -43,6 +43,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
|
| bool texture_storage;
|
| bool texture_usage;
|
| bool discard_framebuffer;
|
| + size_t max_transfer_buffer_usage_bytes;
|
|
|
| CC_EXPORT Capabilities();
|
| };
|
|
|