Index: cc/surfaces/surface_factory.h |
diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h |
index e1db584ebe0f98535e7ceae659b317f86659e8a4..24b208bde27669e7ad1a8df62fa9ccc3ef5efde5 100644 |
--- a/cc/surfaces/surface_factory.h |
+++ b/cc/surfaces/surface_factory.h |
@@ -85,7 +85,7 @@ class CC_SURFACES_EXPORT SurfaceFactory |
// SurfaceFactory's owner can call this when it finds out that SurfaceManager |
// is no longer alive during destruction. |
- void didDestroySurfaceManager() { manager_ = nullptr; } |
+ void DidDestroySurfaceManager() { manager_ = nullptr; } |
private: |
SurfaceManager* manager_; |