| Index: content/child/child_thread.cc
|
| diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
|
| index 8c160ada60eb15660d340a3bb9cf56a978d639e2..6525658426f3efe1c3c3ed4d40c790a50f45d4d9 100644
|
| --- a/content/child/child_thread.cc
|
| +++ b/content/child/child_thread.cc
|
| @@ -27,6 +27,7 @@
|
| #include "content/child/child_histogram_message_filter.h"
|
| #include "content/child/child_process.h"
|
| #include "content/child/child_resource_message_filter.h"
|
| +#include "content/child/child_shared_bitmap_manager.h"
|
| #include "content/child/fileapi/file_system_dispatcher.h"
|
| #include "content/child/power_monitor_broadcast_source.h"
|
| #include "content/child/quota_dispatcher.h"
|
| @@ -301,6 +302,9 @@ void ChildThread::Init() {
|
| ::HeapProfilerStop,
|
| ::GetHeapProfile));
|
| #endif
|
| +
|
| + shared_bitmap_manager_.reset(
|
| + new ChildSharedBitmapManager(thread_safe_sender()));
|
| }
|
|
|
| ChildThread::~ChildThread() {
|
|
|