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

Unified Diff: ui/gfx/gpu_memory_buffer_tracing.h

Issue 2819803002: Reorganize GUIDs for GPU memory buffers (Closed)
Patch Set: Address on reviews Created 3 years, 8 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 | « ui/gfx/gpu_memory_buffer.cc ('k') | ui/gfx/gpu_memory_buffer_tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/gpu_memory_buffer_tracing.h
diff --git a/ui/gfx/gpu_memory_buffer_tracing.h b/ui/gfx/gpu_memory_buffer_tracing.h
index 5ea918c00142ffd0f5232c64b9402b04daa42994..0b66a91abd8b2cf6949775244c2707502e8a0d62 100644
--- a/ui/gfx/gpu_memory_buffer_tracing.h
+++ b/ui/gfx/gpu_memory_buffer_tracing.h
@@ -9,7 +9,7 @@
namespace gfx {
base::trace_event::MemoryAllocatorDumpGuid GFX_EXPORT
-GetGpuMemoryBufferGUIDForTracing(uint64_t tracing_process_id,
- GpuMemoryBufferId buffer_id);
+GetSharedMemoryGUIDForTracing(uint64_t tracing_process_id,
+ GpuMemoryBufferId buffer_id);
} // namespace gfx
« no previous file with comments | « ui/gfx/gpu_memory_buffer.cc ('k') | ui/gfx/gpu_memory_buffer_tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698