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

Unified Diff: cc/surfaces/surface_id_allocator.h

Issue 1996783002: Make cc::SurfaceId unguessable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed more build targets Created 4 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
Index: cc/surfaces/surface_id_allocator.h
diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h
index b0f8bf42b8c2d4b62f73b4bd3e385504a5725060..15401af01d80e4d7873545d418b39c76c45099c4 100644
--- a/cc/surfaces/surface_id_allocator.h
+++ b/cc/surfaces/surface_id_allocator.h
@@ -39,7 +39,7 @@ class CC_SURFACES_EXPORT SurfaceIdAllocator {
private:
const uint32_t id_namespace_;
- uint32_t next_id_;
+ uint64_t next_id_;
SurfaceManager* manager_;
DISALLOW_COPY_AND_ASSIGN(SurfaceIdAllocator);

Powered by Google App Engine
This is Rietveld 408576698