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

Unified Diff: cc/resources/texture_uploader.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_deleter.h ('k') | cc/resources/tile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/texture_uploader.h
diff --git a/cc/resources/texture_uploader.h b/cc/resources/texture_uploader.h
index 72c46e7ffb5dc4013151941bb3aa2cebc83549f9..f7e03bec1350ef495c30f88b9867ae50ac8ba05a 100644
--- a/cc/resources/texture_uploader.h
+++ b/cc/resources/texture_uploader.h
@@ -9,7 +9,6 @@
#include "base/basictypes.h"
#include "base/memory/scoped_ptr.h"
-#include "cc/base/cc_export.h"
#include "cc/base/scoped_ptr_deque.h"
#include "cc/resources/resource_provider.h"
@@ -27,7 +26,7 @@ class GLES2Interface;
namespace cc {
-class CC_EXPORT TextureUploader {
+class TextureUploader {
public:
static scoped_ptr<TextureUploader> Create(gpu::gles2::GLES2Interface* gl) {
return make_scoped_ptr(new TextureUploader(gl));
« no previous file with comments | « cc/resources/texture_mailbox_deleter.h ('k') | cc/resources/tile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698