Index: cc/surfaces/surface_id_allocator.h |
diff --git a/cc/surfaces/surface_id_allocator.h b/cc/surfaces/surface_id_allocator.h |
index 79d148231a443d503e421e17afb3e8c1b2bbb0e3..24980d2ef88ad2dc4a4fa50178db8d9932e3573e 100644 |
--- a/cc/surfaces/surface_id_allocator.h |
+++ b/cc/surfaces/surface_id_allocator.h |
@@ -37,7 +37,7 @@ class CC_SURFACES_EXPORT SurfaceIdAllocator { |
// SurfaceIdAllocator's owner can call this when it find out that |
// SurfaceManager is no longer alive during destruction. |
- void didDestroySurfaceManager() { manager_ = nullptr; } |
+ void did_destroy_surface_manager() { manager_ = nullptr; } |
danakj
2016/06/28 22:13:14
and here
|
private: |
const uint32_t id_namespace_; |