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

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

Issue 2136413002: Update Surface ID Terminology (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix 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/views/mus/surface_context_factory.cc
diff --git a/ui/views/mus/surface_context_factory.cc b/ui/views/mus/surface_context_factory.cc
index 36d2d68ea07fcd46cd5f7c93a38af175459b0391..ab515e4f98f042ac2f46b26ebc569f15b3d555a9 100644
--- a/ui/views/mus/surface_context_factory.cc
+++ b/ui/views/mus/surface_context_factory.cc
@@ -93,7 +93,7 @@ cc::TaskGraphRunner* SurfaceContextFactory::GetTaskGraphRunner() {
std::unique_ptr<cc::SurfaceIdAllocator>
SurfaceContextFactory::CreateSurfaceIdAllocator() {
return base::WrapUnique(
- new cc::SurfaceIdAllocator(next_surface_id_namespace_++));
+ new cc::SurfaceIdAllocator(0 /* gpu_id */, next_surface_id_namespace_++));
}
cc::SurfaceManager* SurfaceContextFactory::GetSurfaceManager() {
« cc/surfaces/surface_sequence.h ('K') | « ui/compositor/test/in_process_context_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698