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

Unified Diff: cc/base/resource_id.h

Issue 2508203004: Add hints for potential overlay promotion on android. (Closed)
Patch Set: rebased Created 4 years 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 | « no previous file | cc/ipc/cc_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/resource_id.h
diff --git a/cc/base/resource_id.h b/cc/base/resource_id.h
index 84d00ad8e592b8c10310a8e31b26cf0f93e886b5..2b25ea55feefe05e8da321f23b8ba1066180f6aa 100644
--- a/cc/base/resource_id.h
+++ b/cc/base/resource_id.h
@@ -6,10 +6,12 @@
#define CC_BASE_RESOURCE_ID_H_
#include <stdint.h>
+#include <unordered_set>
namespace cc {
using ResourceId = uint32_t;
+using ResourceIdSet = std::unordered_set<ResourceId>;
} // namespace cc
« no previous file with comments | « no previous file | cc/ipc/cc_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698