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

Unified Diff: ui/compositor/test/in_process_context_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: ui/compositor/test/in_process_context_factory.h
diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h
index 1e2321c70a830fc031d2ec2acab0779544ffc7b5..e84cd2850af226ac00258db1ec43ec9f0a53ab4d 100644
--- a/ui/compositor/test/in_process_context_factory.h
+++ b/ui/compositor/test/in_process_context_factory.h
@@ -79,7 +79,7 @@ class InProcessContextFactory : public ContextFactory {
cc::TestGpuMemoryBufferManager gpu_memory_buffer_manager_;
cc::TestImageFactory image_factory_;
cc::TestTaskGraphRunner task_graph_runner_;
- uint32_t next_surface_id_namespace_;
+ uint32_t next_surface_client_id_;
bool use_test_surface_;
bool context_factory_for_test_;
cc::SurfaceManager* surface_manager_;

Powered by Google App Engine
This is Rietveld 408576698