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

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: Addressed Ben's comment 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
« no previous file with comments | « cc/surfaces/surface_id.h ('k') | cc/surfaces/surface_id_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..d1e15fbbc492a890957a84934928a38e1d391e9b 100644
--- a/cc/surfaces/surface_id_allocator.h
+++ b/cc/surfaces/surface_id_allocator.h
@@ -25,8 +25,6 @@ class CC_SURFACES_EXPORT SurfaceIdAllocator {
SurfaceId GenerateId();
- static uint32_t NamespaceForId(SurfaceId id);
-
// This needs to be called before any sequences with this allocator's
// namespace will be used to enforce destruction dependencies.
// When this SurfaceIdAllocator is destroyed, its namespace is
« no previous file with comments | « cc/surfaces/surface_id.h ('k') | cc/surfaces/surface_id_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698