| Index: cc/output/context_provider.h
|
| diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h
|
| index 71d06bd7591d22f180f7a395b5be412d733b03bb..1e6c19f3b4bb2f4dd4a9df19aadeae620b95fe4a 100644
|
| --- a/cc/output/context_provider.h
|
| +++ b/cc/output/context_provider.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "cc/base/cc_export.h"
|
| #include "gpu/command_buffer/common/capabilities.h"
|
|
|
| class GrContext;
|
| @@ -41,7 +40,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
|
| gpu::Capabilities gpu;
|
| size_t max_transfer_buffer_usage_bytes;
|
|
|
| - CC_EXPORT Capabilities();
|
| + Capabilities();
|
| };
|
|
|
| // Sets up a lock so this context can be used from multiple threads.
|
|
|