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

Unified Diff: ash/sysui/stub_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: ash/sysui/stub_context_factory.cc
diff --git a/ash/sysui/stub_context_factory.cc b/ash/sysui/stub_context_factory.cc
index ce7af105a52e917fadc38c0145c89db77e337821..79a68de393aaa176a960aef4d9da45e4e1f60dbf 100644
--- a/ash/sysui/stub_context_factory.cc
+++ b/ash/sysui/stub_context_factory.cc
@@ -74,7 +74,7 @@ cc::TaskGraphRunner* StubContextFactory::GetTaskGraphRunner() {
std::unique_ptr<cc::SurfaceIdAllocator>
StubContextFactory::CreateSurfaceIdAllocator() {
return base::WrapUnique(
- new cc::SurfaceIdAllocator(next_surface_id_namespace_++));
+ new cc::SurfaceIdAllocator(0 /* gpu_id */, next_surface_id_namespace_++));
}
cc::SurfaceManager* StubContextFactory::GetSurfaceManager() {

Powered by Google App Engine
This is Rietveld 408576698