diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 07:38:58 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-01 07:38:58 +0000 |
commit | 28096ede77874bf2712943b82403123b19c71f21 (patch) | |
tree | 66c39013101c2bc3b1f6e6345a008116f669caf6 /cc/DEPS | |
parent | 2ca0779a7fac31cd371d4fc63f615cd79c6edcea (diff) | |
download | chromium_src-28096ede77874bf2712943b82403123b19c71f21.zip chromium_src-28096ede77874bf2712943b82403123b19c71f21.tar.gz chromium_src-28096ede77874bf2712943b82403123b19c71f21.tar.bz2 |
cc: Use base::Callback approach instead of using WebKit interface.
Instead of having cc/ talk directly to the WebKit::WebLayerScrollClient, we
define a callback in cc/ that it can talk to.
In the compositor_bindings, we pass this callback down to cc, so it can call us back later.
BUG=None
TEST=cc_unittests, webkit_compositor_bindings_unittests
R=jamesr@chromium.org
Review URL: https://chromiumcodereview.appspot.com/18139004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209386 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r-- | cc/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -13,5 +13,4 @@ include_rules = [ # TODO(danakj): Drop dependencies on WebKit Platform API from cc. "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", "+third_party/WebKit/public/platform/WebGraphicsMemoryAllocation.h", - "+third_party/WebKit/public/platform/WebLayerScrollClient.h", ] |