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

Unified Diff: content/common/child_process_host_impl.h

Issue 2514153002: content: Remove some unused code. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1576489acb97972402a98d40d9a47bd3b302f2bf..0b7e36488142dcae4209ba18620889b7b713818a 100644
--- a/content/common/child_process_host_impl.h
+++ b/content/common/child_process_host_impl.h
@@ -20,7 +20,6 @@
#include "build/build_config.h"
#include "content/public/common/child_process_host.h"
#include "ipc/ipc_listener.h"
-#include "ui/gfx/gpu_memory_buffer.h"
namespace IPC {
class MessageFilter;
@@ -88,14 +87,6 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
// Message handlers:
void OnShutdownRequest();
- void OnAllocateGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
- uint32_t width,
- uint32_t height,
- gfx::BufferFormat format,
- gfx::BufferUsage usage,
- gfx::GpuMemoryBufferHandle* handle);
- void OnDeletedGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
- const gpu::SyncToken& sync_token);
// Initializes the IPC channel and returns true on success. |channel_| must be
// non-null.
« no previous file with comments | « content/browser/renderer_host/render_message_filter.cc ('k') | content/common/child_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698