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

Unified Diff: ui/gfx/gpu_memory_buffer_tracing.h

Issue 2354903003: Don't include the tracing in gpu_memory_buffer.h (Closed)
Patch Set: Fix linux build again Created 4 years, 3 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
new file mode 100644
index 0000000000000000000000000000000000000000..5ea918c00142ffd0f5232c64b9402b04daa42994
--- /dev/null
+++ b/ui/gfx/gpu_memory_buffer_tracing.h
@@ -0,0 +1,15 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "base/trace_event/memory_allocator_dump_guid.h"
+#include "ui/gfx/gfx_export.h"
+#include "ui/gfx/gpu_memory_buffer.h"
+
+namespace gfx {
+
+base::trace_event::MemoryAllocatorDumpGuid GFX_EXPORT
+GetGpuMemoryBufferGUIDForTracing(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