summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 22:13:52 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 22:13:52 +0000
commit3cae03e46fe52323a347e2c18f17b4dc8ca20396 (patch)
treec01f95f6937f94e33f42de0c9308c98619008192 /cc/DEPS
parent1e3085fb1f75fa65dbd7ce58ce8e87069d86e8a6 (diff)
downloadchromium_src-3cae03e46fe52323a347e2c18f17b4dc8ca20396.zip
chromium_src-3cae03e46fe52323a347e2c18f17b4dc8ca20396.tar.gz
chromium_src-3cae03e46fe52323a347e2c18f17b4dc8ca20396.tar.bz2
cc: Create a AnimationDelegate interface and an adapter class in compositor_bindings.
Instead of having cc/ talk directly to the WebKit::WebAnimationDelegate, we create an abstract interface in cc/ that it can talk to. In the compositor_bindings, we implement this class, and forward the function calls made into it over to the WebKit implementation. BUG=None TEST=cc_unittests, webkit_compositor_bindings_unittests R=jamesr@chromium.org Review URL: https://codereview.chromium.org/17755003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r--cc/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/cc/DEPS b/cc/DEPS
index fd9e45e..d5e7baa 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -11,7 +11,6 @@ include_rules = [
"+ui/gl",
# DO NOT ADD ANY NEW WEBKIT HEADERS TO THIS LIST.
# TODO(danakj): Drop dependencies on WebKit Platform API from cc.
- "+third_party/WebKit/public/platform/WebAnimationDelegate.h",
"+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
"+third_party/WebKit/public/platform/WebGraphicsMemoryAllocation.h",
"+third_party/WebKit/public/platform/WebLayerScrollClient.h",