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

Unified Diff: components/mus/gpu/gpu_service_impl.cc

Issue 2056833002: WIP HW (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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
« no previous file with comments | « components/mus/common/gpu_service.cc ('k') | components/mus/public/cpp/lib/gles2_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gpu/gpu_service_impl.cc
diff --git a/components/mus/gpu/gpu_service_impl.cc b/components/mus/gpu/gpu_service_impl.cc
index 182b3d360bed5c39d891bdd8002034c32a5acd99..03e5aef6d6e3dbd1cc7bba22818e16da7efb6bc9 100644
--- a/components/mus/gpu/gpu_service_impl.cc
+++ b/components/mus/gpu/gpu_service_impl.cc
@@ -31,6 +31,7 @@ GpuServiceImpl::~GpuServiceImpl() {}
void GpuServiceImpl::EstablishGpuChannel(
const mojom::GpuService::EstablishGpuChannelCallback& callback) {
+ fprintf(stderr, "EEE %d %s %d\n", getpid(), __PRETTY_FUNCTION__, __LINE__);
GpuServiceMus* service = GpuServiceMus::GetInstance();
// TODO(penghuang): crbug.com/617415 figure out how to generate a meaningful
// tracing id.
« no previous file with comments | « components/mus/common/gpu_service.cc ('k') | components/mus/public/cpp/lib/gles2_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698