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

Unified Diff: cc/surfaces/surface_id_allocator.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: Rebase 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
« no previous file with comments | « cc/surfaces/surface_factory_client.h ('k') | components/exo/surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..3e1bbc796ee53a38635306868b8b736214125080 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 DidDestroySurfaceManager() { manager_ = nullptr; }
private:
const uint32_t id_namespace_;
« no previous file with comments | « cc/surfaces/surface_factory_client.h ('k') | components/exo/surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698