summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authorskaslev@chromium.org <skaslev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 01:01:57 +0000
committerskaslev@chromium.org <skaslev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-03-06 01:01:57 +0000
commitbd3d1ce09646cfc1279ccf9054dc9a01ee64c5ce (patch)
treed46d6de81dfce568fa8617184a6bb8e9eb42c4b4 /cc/DEPS
parent8be1c58da8394b427173443933f66958b6068f69 (diff)
downloadchromium_src-bd3d1ce09646cfc1279ccf9054dc9a01ee64c5ce.zip
chromium_src-bd3d1ce09646cfc1279ccf9054dc9a01ee64c5ce.tar.gz
chromium_src-bd3d1ce09646cfc1279ccf9054dc9a01ee64c5ce.tar.bz2
Changed SoftwareOutputDevice interface.
+ Some of the necessary changes to the renderer for software compositing. BUG=124671, 161008 Review URL: https://chromiumcodereview.appspot.com/12379055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186310 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r--cc/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/DEPS b/cc/DEPS
index d9760e6..3982777 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"+third_party/khronos/GLES2/gl2ext.h",
"+ui/gfx",
"+ui/gl",
+ "+ui/surface",
# TODO(danakj): Drop dependencies on WebKit Platform API from cc.
"+third_party/WebKit/Source/Platform/chromium/public",
# TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D