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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.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: content/browser/compositor/gpu_process_transport_factory.h
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
index 0cad211542062dddb9583a129d1c216b8ca5fb03..0db604671a890c1485cbacdd9bf657a6acd593b3 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -103,7 +103,7 @@ class GpuProcessTransportFactory
std::unique_ptr<display_compositor::GLHelper> gl_helper_;
base::ObserverList<ui::ContextFactoryObserver> observer_list_;
std::unique_ptr<cc::SurfaceManager> surface_manager_;
- uint32_t next_surface_id_namespace_;
+ uint32_t next_surface_client_id_;
std::unique_ptr<cc::SingleThreadTaskGraphRunner> task_graph_runner_;
scoped_refptr<ContextProviderCommandBuffer> shared_worker_context_provider_;

Powered by Google App Engine
This is Rietveld 408576698