Index: cc/surfaces/surface_id_allocator.h |
diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h |
index 57deffa41379913d7f4a147f16ee38f9bb984ffd..23b02caa21d0f434a47f3c3423061fb9ec82d219 100644 |
--- a/cc/surfaces/surface_id_allocator.h |
+++ b/cc/surfaces/surface_id_allocator.h |
@@ -21,6 +21,8 @@ class CC_SURFACES_EXPORT SurfaceIdAllocator { |
static uint32_t NamespaceForId(SurfaceId id); |
+ uint32_t id_namespace() const { return id_namespace_; } |
+ |
private: |
uint32_t id_namespace_; |
uint32_t next_id_; |