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

Unified Diff: components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc

Issue 2965103003: Test
Patch Set: c Created 3 years, 5 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: components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
diff --git a/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc b/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
index ea52579d5e24b0b5214402bbcdf6f6f5a879c70f..9a861d37dd28584cd846d180d50207da8804de49 100644
--- a/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
+++ b/components/viz/service/display_embedder/shared_bitmap_allocation_notifier_impl.cc
@@ -26,6 +26,7 @@ void SharedBitmapAllocationNotifierImpl::Bind(
void SharedBitmapAllocationNotifierImpl::DidAllocateSharedBitmap(
mojo::ScopedSharedBufferHandle buffer,
const cc::SharedBitmapId& id) {
+ return;
base::SharedMemoryHandle memory_handle;
size_t size;
MojoResult result = mojo::UnwrapSharedMemoryHandle(

Powered by Google App Engine
This is Rietveld 408576698