Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2994)

Unified Diff: cc/output/context_provider.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/output/copy_output_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « cc/output/compositor_frame_metadata.h ('k') | cc/output/copy_output_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698