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

Unified Diff: components/viz/service/display_embedder/server_shared_bitmap_manager.h

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/server_shared_bitmap_manager.h
diff --git a/components/viz/service/display_embedder/server_shared_bitmap_manager.h b/components/viz/service/display_embedder/server_shared_bitmap_manager.h
index 5f1bce3f587ca545d6584cef8f46c6ec3fe48af5..fffbf463c4149dd8d09ff07dc88372d6e8dbd6a6 100644
--- a/components/viz/service/display_embedder/server_shared_bitmap_manager.h
+++ b/components/viz/service/display_embedder/server_shared_bitmap_manager.h
@@ -48,12 +48,12 @@ class VIZ_SERVICE_EXPORT ServerSharedBitmapManager
void FreeSharedMemoryFromMap(const cc::SharedBitmapId& id);
- private:
- friend class SharedBitmapAllocationNotifierImpl;
-
bool ChildAllocatedSharedBitmap(size_t buffer_size,
const base::SharedMemoryHandle& handle,
const cc::SharedBitmapId& id);
+ private:
+ friend class SharedBitmapAllocationNotifierImpl;
+
void ChildDeletedSharedBitmap(const cc::SharedBitmapId& id);
mutable base::Lock lock_;

Powered by Google App Engine
This is Rietveld 408576698