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

Unified Diff: content/common/host_shared_bitmap_manager.h

Issue 1875463002: Remove unused fields from //content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@scythe-root
Patch Set: Fixed Ozone build. Created 4 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
Index: content/common/host_shared_bitmap_manager.h
diff --git a/content/common/host_shared_bitmap_manager.h b/content/common/host_shared_bitmap_manager.h
index c96e1c69367c4a43fbe2c63eb6fd752dd1254670..d2abcd46d0a4d2c8cfdba11ff225fa1f6ee393fc 100644
--- a/content/common/host_shared_bitmap_manager.h
+++ b/content/common/host_shared_bitmap_manager.h
@@ -47,7 +47,6 @@ class CONTENT_EXPORT HostSharedBitmapManagerClient {
base::SharedMemoryHandle* shared_memory_handle);
void ChildAllocatedSharedBitmap(size_t buffer_size,
const base::SharedMemoryHandle& handle,
- base::ProcessHandle process_handle,
const cc::SharedBitmapId& id);
void ChildDeletedSharedBitmap(const cc::SharedBitmapId& id);
@@ -95,7 +94,6 @@ class CONTENT_EXPORT HostSharedBitmapManager
base::SharedMemoryHandle* shared_memory_handle);
bool ChildAllocatedSharedBitmap(size_t buffer_size,
const base::SharedMemoryHandle& handle,
- base::ProcessHandle process_handle,
const cc::SharedBitmapId& id);
void ChildDeletedSharedBitmap(const cc::SharedBitmapId& id);

Powered by Google App Engine
This is Rietveld 408576698