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

Unified Diff: cc/resources/returned_resource.h

Issue 1144523003: Rename cc::ResourceProvider::ResourceId to cc::ResourceId and move it to its own file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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_provider_unittest.cc ('k') | cc/resources/transferable_resource.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..767d16f8deec9cc93880c8f7f942533c2a319ad7 100644
--- a/cc/resources/returned_resource.h
+++ b/cc/resources/returned_resource.h
@@ -9,12 +9,13 @@
#include "base/basictypes.h"
#include "cc/base/cc_export.h"
+#include "cc/base/resource_id.h"
namespace cc {
struct CC_EXPORT ReturnedResource {
ReturnedResource() : id(0), sync_point(0), count(0), lost(false) {}
- unsigned id;
+ ResourceId id;
unsigned sync_point;
int count;
bool lost;
« no previous file with comments | « cc/resources/resource_provider_unittest.cc ('k') | cc/resources/transferable_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698