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

Unified Diff: cc/resources/resource_id.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.h ('k') | cc/resources/resource_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resources/resource_id.h
diff --git a/cc/resources/resource_id.h b/cc/resources/resource_id.h
new file mode 100644
index 0000000000000000000000000000000000000000..c1c4d7efd23a92133f07c5ba77b73157b7c3ab76
--- /dev/null
+++ b/cc/resources/resource_id.h
@@ -0,0 +1,14 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CC_RESOURCES_RESOURCE_ID_H_
+#define CC_RESOURCES_RESOURCE_ID_H_
+
+namespace cc {
+
+using ResourceId = unsigned;
danakj 2015/05/15 17:19:35 nit: can you uint32_t instead?
+
+} // namespace cc
+
+#endif // CC_RESOURCES_RESOURCE_ID_H_
« no previous file with comments | « cc/resources/resource.h ('k') | cc/resources/resource_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698