Very basic Android browser-side compositing support.
commit16383383f132b8ed6c4a6e002403a128e1ebaa7d
authorsievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Sep 2012 23:57:26 +0000 (5 23:57 +0000)
committersievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Sep 2012 23:57:26 +0000 (5 23:57 +0000)
treed09a8929e08ea081a95bc0c4d67119c32885dc24
parent199bf5e6332dbdb3b5bf26179c0a7ec45cf2fc36
Very basic Android browser-side compositing support.

This makes the ContentShell render through the compositor
instead of issueing GL calls directly.

BUG=136923

Review URL: https://chromiumcodereview.appspot.com/10828356

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155061 0039d316-1c4b-4281-b951-d872f2087c98
23 files changed:
content/browser/android/graphics_context.cc
content/browser/android/graphics_context.h [new file with mode: 0644]
content/browser/renderer_host/compositor_impl_android.cc [new file with mode: 0644]
content/browser/renderer_host/compositor_impl_android.h [new file with mode: 0644]
content/browser/renderer_host/render_view_host_delegate.h
content/browser/renderer_host/render_view_host_impl.cc
content/browser/renderer_host/render_view_host_impl.h
content/browser/renderer_host/render_widget_host_impl.h
content/browser/renderer_host/render_widget_host_view_android.cc
content/browser/renderer_host/render_widget_host_view_android.h
content/browser/web_contents/web_contents_impl.cc
content/browser/web_contents/web_contents_impl.h
content/content_browser.gypi
content/content_shell.gypi
content/public/browser/android/compositor.h [new file with mode: 0644]
content/public/browser/android/graphics_context.h [deleted file]
content/public/browser/web_contents_delegate.h
content/shell/android/draw_context.cc [deleted file]
content/shell/android/draw_context.h [deleted file]
content/shell/android/shell_manager.cc
content/shell/android/shell_manager.h
content/shell/shell.h
content/shell/shell_android.cc