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

Unified Diff: services/ui/ws/server_window_surface_manager.h

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed webkit_unit_tests Created 4 years, 5 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: services/ui/ws/server_window_surface_manager.h
diff --git a/services/ui/ws/server_window_surface_manager.h b/services/ui/ws/server_window_surface_manager.h
index b3ce36a00630f6528a775b7e4adbf7300c672437..41f1d84bd2aeae3ea6209829038b76db29634e12 100644
--- a/services/ui/ws/server_window_surface_manager.h
+++ b/services/ui/ws/server_window_surface_manager.h
@@ -46,7 +46,7 @@ class ServerWindowSurfaceManager {
bool HasSurfaceOfType(mojom::SurfaceType type) const;
bool HasAnySurface() const;
- uint32_t id_namespace() const { return surface_id_allocator_.id_namespace(); }
+ uint32_t client_id() const { return surface_id_allocator_.client_id(); }
cc::SurfaceManager* GetSurfaceManager();
private:

Powered by Google App Engine
This is Rietveld 408576698