| Index: cc/output/context_provider.h
|
| diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h
|
| index 3aae7eb0de31ccebc0d0ddd2935617cfea038f7a..244e4f8fab1afa6da5a86b75e2331e26e890a14d 100644
|
| --- a/cc/output/context_provider.h
|
| +++ b/cc/output/context_provider.h
|
| @@ -42,6 +42,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
|
| bool texture_rectangle;
|
| bool texture_storage;
|
| bool texture_usage;
|
| + size_t max_transfer_buffer_usage_bytes;
|
|
|
| CC_EXPORT Capabilities();
|
| };
|
|
|