Index: cc/surfaces/surface_id_allocator.h |
diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h |
index d410f06c3696b9865db88da5b42742e9f85f0e82..96a241f299f122ba2bae18bfce1f2f8dd018ea01 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: |
const uint32_t id_namespace_; |
uint32_t next_id_; |