summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authordanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 07:54:17 +0000
committerdanakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-18 07:54:17 +0000
commit1c7008ac8b929e2a8c5410525838651411d36dcc (patch)
treef645c28b2b4990d48ac5926d974eda3f334f242c /cc/DEPS
parent4e735f9f74a2b519d33c27d62cd845e8f9f5ee99 (diff)
downloadchromium_src-1c7008ac8b929e2a8c5410525838651411d36dcc.zip
chromium_src-1c7008ac8b929e2a8c5410525838651411d36dcc.tar.gz
chromium_src-1c7008ac8b929e2a8c5410525838651411d36dcc.tar.bz2
cc: Create a cc::ScrollbarThemePainter and an adapter class in compositor bindings.
Instead of having the scrollbar layer talk directly to the WebScrollbarThemePainter, we make 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. No change in behaviour, no new tests. This is a prerequisite for https://codereview.chromium.org/11464041/. BUG=123444 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11609002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173687 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 ccc99ea..6e68172 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -11,4 +11,7 @@ include_rules = [
"+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsContext3D.h",
"+third_party/WebKit/Source/Platform/chromium/public/WebGraphicsMemoryAllocation.h",
"+third_party/WebKit/Source/Platform/chromium/public/WebImage.h",
+ "+third_party/WebKit/Source/Platform/chromium/public/WebRect.h",
+ "+third_party/WebKit/Source/Platform/chromium/public/WebScrollbar.h",
+ "+third_party/WebKit/Source/Platform/chromium/public/WebScrollbarThemeGeometry.h",
]