| Index: content/child/child_thread.cc
|
| diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
|
| index e38e3a5856e224eee4febc43777728d909a92000..94b4b0e85cb1e72a8fdc9f42c7bdc7e625ea2424 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"
|
| @@ -298,6 +299,9 @@ void ChildThread::Init() {
|
| ::HeapProfilerStop,
|
| ::GetHeapProfile));
|
| #endif
|
| +
|
| + shared_bitmap_manager_.reset(
|
| + new ChildSharedBitmapManager(thread_safe_sender()));
|
| }
|
|
|
| ChildThread::~ChildThread() {
|
|
|