diff options
author | leandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 15:47:22 +0000 |
---|---|---|
committer | leandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 15:47:22 +0000 |
commit | ee01711d4e8721a6f1df0179475eac506331a13f (patch) | |
tree | 42cc3cbe94d18d098f6cc6e896d152f3135317df /android_webview/DEPS | |
parent | 1597b71e45ad1438d3b399d3297c8515b3015e56 (diff) | |
download | chromium_src-ee01711d4e8721a6f1df0179475eac506331a13f.zip chromium_src-ee01711d4e8721a6f1df0179475eac506331a13f.tar.gz chromium_src-ee01711d4e8721a6f1df0179475eac506331a13f.tar.bz2 |
[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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=182710
Review URL: https://chromiumcodereview.appspot.com/12041009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r-- | android_webview/DEPS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS index d5e52b5..02d8ca9 100644 --- a/android_webview/DEPS +++ b/android_webview/DEPS @@ -8,7 +8,6 @@ include_rules = [ "-android_webview/lib", "!chrome/browser/component", - "+cc", "+content/public/common", "+jni", "+net", |