diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 22:13:52 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-26 22:13:52 +0000 |
commit | 3cae03e46fe52323a347e2c18f17b4dc8ca20396 (patch) | |
tree | c01f95f6937f94e33f42de0c9308c98619008192 /cc/DEPS | |
parent | 1e3085fb1f75fa65dbd7ce58ce8e87069d86e8a6 (diff) | |
download | chromium_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/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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", |