diff options
author | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 15:15:04 +0000 |
---|---|---|
committer | marja@chromium.org <marja@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 15:15:04 +0000 |
commit | 2aa56ad912ff2b6514702e630354d2f24e8062a5 (patch) | |
tree | 6c00256016949fe1f89f66faded2dbcdbe8d0027 /android_webview/DEPS | |
parent | bb7ec00d9f410f820110a52317587439b3d671e5 (diff) | |
download | chromium_src-2aa56ad912ff2b6514702e630354d2f24e8062a5.zip chromium_src-2aa56ad912ff2b6514702e630354d2f24e8062a5.tar.gz chromium_src-2aa56ad912ff2b6514702e630354d2f24e8062a5.tar.bz2 |
Revert 182710, this broke check_deps.
> [Android WebView] Migrate the rendering code to a separate set of classes.
>
> It takes from https://codereview.chromium.org/11823027/
> and assumes SW rendering and Capture Picture to be ready and enabled.
>
> Most changes just move around code. The major structural changes are:
> - Introduce a browser-layer view renderer interface and move the code to its implementation.
> - Take out the rendering-related IPC to its own separate set of host/renderer classes.
> - Change the way the view hierarchy and the compositor are initialized. Now they are created and set on BrowserViewRendererImpl construction.
> - Content is now provided via a ContentViewCore object when initialized, updating the layer to use and the WebContents to observe.
> - Remove/update the DEPS and gyp changes introduced to support rendering in the native layer.
>
> BUG=167913,167908,161409
> NOTRY=true
>
> Review URL: https://chromiumcodereview.appspot.com/12041009
TBR=leandrogracia@chromium.org
Review URL: https://codereview.chromium.org/12230059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r-- | android_webview/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS index 02d8ca9..d5e52b5 100644 --- a/android_webview/DEPS +++ b/android_webview/DEPS @@ -8,6 +8,7 @@ include_rules = [ "-android_webview/lib", "!chrome/browser/component", + "+cc", "+content/public/common", "+jni", "+net", |