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

Unified Diff: services/ui/public/cpp/gpu/context_provider_command_buffer.cc

Issue 2694083005: memory-infra: Finish moving memory_infra from TracingController (Closed)
Patch Set: review Created 3 years, 10 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: services/ui/public/cpp/gpu/context_provider_command_buffer.cc
diff --git a/services/ui/public/cpp/gpu/context_provider_command_buffer.cc b/services/ui/public/cpp/gpu/context_provider_command_buffer.cc
index 12034d266b7e882ec9e4126d9ab96fae09d05bad..6f4f6032d5e670377227056d9c39cb8d61d51b70 100644
--- a/services/ui/public/cpp/gpu/context_provider_command_buffer.cc
+++ b/services/ui/public/cpp/gpu/context_provider_command_buffer.cc
@@ -78,7 +78,7 @@ class SkiaGpuTraceMemoryDump : public SkTraceMemoryDump {
const char* backing_object_id) override {
const uint64_t tracing_process_id =
base::trace_event::MemoryDumpManager::GetInstance()
- ->GetTracingProcessId();
+ ->tracing_process_id();
// For uniformity, skia provides this value as a string. Convert back to a
// uint32_t.

Powered by Google App Engine
This is Rietveld 408576698