Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: cc/surfaces/surface_factory.h

Issue 2102123002: Make Satisfy/Require callbacks pass Surface id and sequence by reference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698