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

Unified Diff: cc/resources/texture_mailbox_deleter.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/resources/texture_mailbox.h ('k') | cc/resources/texture_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/texture_mailbox_deleter.h
diff --git a/cc/resources/texture_mailbox_deleter.h b/cc/resources/texture_mailbox_deleter.h
index ca0bc0032ca4ca6ed479c3f6dab266caf77e34b9..e82810a5001d86b1a2ac99ca84c19800776eb635 100644
--- a/cc/resources/texture_mailbox_deleter.h
+++ b/cc/resources/texture_mailbox_deleter.h
@@ -6,7 +6,6 @@
#define CC_RESOURCES_TEXTURE_MAILBOX_DELETER_H_
#include "base/memory/weak_ptr.h"
-#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_vector.h"
namespace base {
@@ -17,7 +16,7 @@ namespace cc {
class ContextProvider;
class SingleReleaseCallback;
-class CC_EXPORT TextureMailboxDeleter {
+class TextureMailboxDeleter {
public:
explicit TextureMailboxDeleter(
const scoped_refptr<base::SingleThreadTaskRunner>& task_runner);
« no previous file with comments | « cc/resources/texture_mailbox.h ('k') | cc/resources/texture_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698