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

Unified Diff: cc/resources/returned_resource.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/resource_update_queue.cc ('k') | cc/resources/scoped_gpu_raster.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/returned_resource.h
diff --git a/cc/resources/returned_resource.h b/cc/resources/returned_resource.h
index e2008b415a3c7865d46896a69daddc1b89c2f833..c19e1c95ea2ea790207b1e54bacbcf051c9a1961 100644
--- a/cc/resources/returned_resource.h
+++ b/cc/resources/returned_resource.h
@@ -8,11 +8,10 @@
#include <vector>
#include "base/basictypes.h"
-#include "cc/base/cc_export.h"
namespace cc {
-struct CC_EXPORT ReturnedResource {
+struct ReturnedResource {
ReturnedResource() : id(0), sync_point(0), count(0), lost(false) {}
unsigned id;
unsigned sync_point;
« no previous file with comments | « cc/resources/resource_update_queue.cc ('k') | cc/resources/scoped_gpu_raster.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698