Chromium Code Reviews| Index: cc/surfaces/surface_factory.h |
| diff --git a/cc/surfaces/surface_factory.h b/cc/surfaces/surface_factory.h |
| index 99f0aeb54d1d4344775161248604dd4f1d684ea2..7eca9390834084b2894cc4f1bd308e8a38ba5289 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 did_destroy_surface_manager() { manager_ = nullptr; } |
|
xlai (Olivia)
2016/06/28 21:16:19
The previous function name uses Blink style instea
danakj
2016/06/28 22:13:14
I think I prefer DidDestroySurfaceManager instead.
|
| private: |
| SurfaceManager* manager_; |