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

Unified Diff: content/common/child_process_host_impl.h

Issue 685983005: gpu: Associate all GpuMemoryBuffers with unique IDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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: content/common/child_process_host_impl.h
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h
index 0851ad7497ea6ca2b30869e5005f7c2a96532540..0ff7c4a4249890b8858685a0be51bd0b6100b9f0 100644
--- a/content/common/child_process_host_impl.h
+++ b/content/common/child_process_host_impl.h
@@ -85,7 +85,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
gfx::GpuMemoryBuffer::Usage usage,
IPC::Message* reply);
void OnDeletedGpuMemoryBuffer(gfx::GpuMemoryBufferType type,
- const gfx::GpuMemoryBufferId& id);
+ gfx::GpuMemoryBufferId id);
void GpuMemoryBufferAllocated(IPC::Message* reply,
const gfx::GpuMemoryBufferHandle& handle);

Powered by Google App Engine
This is Rietveld 408576698