diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 21:50:36 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-14 21:50:36 +0000 |
commit | 142b19f13984918a79842905ddfee6efed72e56d (patch) | |
tree | 7efe121e525119596cbe23fdc6b12120b43c6ae5 /content/content_child.gypi | |
parent | 6b4c88b9d8dc0dbcca025bd768dd62dce09d362a (diff) | |
download | chromium_src-142b19f13984918a79842905ddfee6efed72e56d.zip chromium_src-142b19f13984918a79842905ddfee6efed72e56d.tar.gz chromium_src-142b19f13984918a79842905ddfee6efed72e56d.tar.bz2 |
Revert 257161 "Revert 256955 "Add shared bitmap managers for bro..."
Turns out the child process was mapping the memory twice, so fixed that.
> Revert 256955 "Add shared bitmap managers for browser and render..."
>
> Seems to be causing renderer crashes and possibly out-of-memory issues.
>
> > Add shared bitmap managers for browser and renderer processes.
> >
> > The shared bitmap managers will allow software tiles to be allocated in shared memory, so delegated rendering could be used with them.
> >
> > BUG=327220
> > R=danakj@chromium.org, jschuh@chromium.org, piman@chromium.org
> >
> > Review URL: https://codereview.chromium.org/148243013
>
> TBR=jbauman@chromium.org
>
> Review URL: https://codereview.chromium.org/197703004
TBR=jbauman@chromium.org
Review URL: https://codereview.chromium.org/200913002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257216 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r-- | content/content_child.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi index 8e4abc1..cdd7e79 100644 --- a/content/content_child.gypi +++ b/content/content_child.gypi @@ -41,6 +41,8 @@ 'child/child_process.h', 'child/child_resource_message_filter.cc', 'child/child_resource_message_filter.h', + 'child/child_shared_bitmap_manager.cc', + 'child/child_shared_bitmap_manager.h', 'child/child_thread.cc', 'child/child_thread.h', 'child/content_child_helpers.cc', |