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/cc.gyp | |
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/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ 'animation/animation.h', 'animation/animation_curve.cc', 'animation/animation_curve.h', + 'animation/animation_delegate.h', 'animation/animation_events.cc', 'animation/animation_events.h', 'animation/animation_id_provider.cc', |