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

Unified Diff: ui/views/mus/surface_context_factory.h

Issue 2385193002: FrameSinkIds use to WindowIds in window server, Process ID/Route ID in renderer (Closed)
Patch Set: Added missing serialization Created 4 years, 2 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: ui/views/mus/surface_context_factory.h
diff --git a/ui/views/mus/surface_context_factory.h b/ui/views/mus/surface_context_factory.h
index 5b551568c3be1c9500982aff1e42a2a653ba7edd..d7bfe42b5e879b2f1c1849d4b35abc0f0136376b 100644
--- a/ui/views/mus/surface_context_factory.h
+++ b/ui/views/mus/surface_context_factory.h
@@ -58,7 +58,7 @@ class VIEWS_MUS_EXPORT SurfaceContextFactory : public ui::ContextFactory {
void RemoveObserver(ui::ContextFactoryObserver* observer) override {}
cc::SurfaceManager surface_manager_;
- uint32_t next_surface_id_namespace_;
+ uint32_t next_sink_id_;
ui::RasterThreadHelper raster_thread_helper_;
ui::GpuService* gpu_service_;

Powered by Google App Engine
This is Rietveld 408576698