diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 07:10:22 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-03 07:10:22 +0000 |
commit | 857ace8d77ab2f90292cf54c7c6623a26d5f6722 (patch) | |
tree | 7eedfdba24d0baa44941b2eff0d7e51456910ce0 /cc/DEPS | |
parent | 1bcf642ae46442039caa517e405fcaf5758f146d (diff) | |
download | chromium_src-857ace8d77ab2f90292cf54c7c6623a26d5f6722.zip chromium_src-857ace8d77ab2f90292cf54c7c6623a26d5f6722.tar.gz chromium_src-857ace8d77ab2f90292cf54c7c6623a26d5f6722.tar.bz2 |
Separate TransferableResource into own header
This is so that we can write the picklers without having to include webcore/wtf.
This also changes the resource transfer functions to avoid copies.
BUG=146080
Review URL: https://chromiumcodereview.appspot.com/11358080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165847 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r-- | cc/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,4 +29,7 @@ include_rules = [ # http://crbug.com/154451 "+third_party/WebKit/Source/WTF/config.h", "+Source/WTF/config.h", +# TODO(piman): Remove as soon as ui/compositor uses cc directly. +# http://crbug.com/159278 + "+third_party/WebKit/Source/Platform/chromium/public/WebCompositorTransferableResourceList.h" ] |