summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-03 07:10:22 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-11-03 07:10:22 +0000
commit857ace8d77ab2f90292cf54c7c6623a26d5f6722 (patch)
tree7eedfdba24d0baa44941b2eff0d7e51456910ce0 /cc/DEPS
parent1bcf642ae46442039caa517e405fcaf5758f146d (diff)
downloadchromium_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/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/DEPS b/cc/DEPS
index e284d23..cf10e4c 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -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"
]