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

Unified Diff: components/display_compositor/host_shared_bitmap_manager.h

Issue 2828353004: Remove HostSharedBitmapManager::AllocateSharedBitmapForChild (Closed)
Patch Set: 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 | « no previous file | components/display_compositor/host_shared_bitmap_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor/host_shared_bitmap_manager.h
diff --git a/components/display_compositor/host_shared_bitmap_manager.h b/components/display_compositor/host_shared_bitmap_manager.h
index 05706c33759e0e8ebd11e0cc4b755c975cb41f77..e2ebc5f4b997dc6e702c424f7020ec019eef7eb7 100644
--- a/components/display_compositor/host_shared_bitmap_manager.h
+++ b/components/display_compositor/host_shared_bitmap_manager.h
@@ -50,11 +50,6 @@ class DISPLAY_COMPOSITOR_EXPORT HostSharedBitmapManagerClient
const cc::SharedBitmapId& id) override;
void DidDeleteSharedBitmap(const cc::SharedBitmapId& id) override;
- void AllocateSharedBitmapForChild(
- base::ProcessHandle process_handle,
- size_t buffer_size,
- const cc::SharedBitmapId& id,
- base::SharedMemoryHandle* shared_memory_handle);
void ChildAllocatedSharedBitmap(size_t buffer_size,
const base::SharedMemoryHandle& handle,
const cc::SharedBitmapId& id);
@@ -97,11 +92,6 @@ class DISPLAY_COMPOSITOR_EXPORT HostSharedBitmapManager
private:
friend class HostSharedBitmapManagerClient;
- void AllocateSharedBitmapForChild(
- base::ProcessHandle process_handle,
- size_t buffer_size,
- const cc::SharedBitmapId& id,
- base::SharedMemoryHandle* shared_memory_handle);
bool ChildAllocatedSharedBitmap(size_t buffer_size,
const base::SharedMemoryHandle& handle,
const cc::SharedBitmapId& id);
« no previous file with comments | « no previous file | components/display_compositor/host_shared_bitmap_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698