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

Unified Diff: cc/test/test_shared_bitmap_manager.h

Issue 812543002: Update from https://crrev.com/308331 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « cc/test/test_context_provider.cc ('k') | cc/test/test_shared_bitmap_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_shared_bitmap_manager.h
diff --git a/cc/test/test_shared_bitmap_manager.h b/cc/test/test_shared_bitmap_manager.h
index 9163c793a1448bf1979e4ee012bb84c86a33dc77..acba0969eae1be7306a534fbb767ad684d1aac04 100644
--- a/cc/test/test_shared_bitmap_manager.h
+++ b/cc/test/test_shared_bitmap_manager.h
@@ -10,6 +10,10 @@
#include "base/synchronization/lock.h"
#include "cc/resources/shared_bitmap_manager.h"
+namespace base {
+class SharedMemory;
+} // namespace base
+
namespace cc {
class TestSharedBitmapManager : public SharedBitmapManager {
@@ -23,9 +27,6 @@ class TestSharedBitmapManager : public SharedBitmapManager {
const gfx::Size&,
const SharedBitmapId& id) override;
- scoped_ptr<SharedBitmap> GetBitmapForSharedMemory(
- base::SharedMemory* memory) override;
-
private:
base::Lock lock_;
std::map<SharedBitmapId, base::SharedMemory*> bitmap_map_;
« no previous file with comments | « cc/test/test_context_provider.cc ('k') | cc/test/test_shared_bitmap_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698