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

Unified Diff: services/ui/surfaces/surfaces_state.cc

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/surfaces/surfaces_state.cc
diff --git a/services/ui/surfaces/surfaces_state.cc b/services/ui/surfaces/surfaces_state.cc
index 38ebeef1c023e1c17e5025481e82c9891ffd56a5..edb1e8ecee7e7ce2df807aa47b3b6f79ce25533f 100644
--- a/services/ui/surfaces/surfaces_state.cc
+++ b/services/ui/surfaces/surfaces_state.cc
@@ -6,7 +6,7 @@
namespace ui {
-SurfacesState::SurfacesState() : next_id_namespace_(1u) {}
+SurfacesState::SurfacesState() : next_client_id_(1u) {}
SurfacesState::~SurfacesState() {}

Powered by Google App Engine
This is Rietveld 408576698