diff options
author | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 03:49:11 +0000 |
---|---|---|
committer | jcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-10 03:49:11 +0000 |
commit | 48224a7a9f5cbae5fcf0344bbd24a660f5b5c1c8 (patch) | |
tree | e81ad98492cfec475283a3981f5858cc0ebfa0b5 /content/content_browser.gypi | |
parent | 49375dc24ab9a6a8a1ec12c4639ea4a71f687a6f (diff) | |
download | chromium_src-48224a7a9f5cbae5fcf0344bbd24a660f5b5c1c8.zip chromium_src-48224a7a9f5cbae5fcf0344bbd24a660f5b5c1c8.tar.gz chromium_src-48224a7a9f5cbae5fcf0344bbd24a660f5b5c1c8.tar.bz2 |
Created a new class ContentViewRenderView which contains the code used to
bridge the compositor to the SurfaceView.
Make ContentShell and ChromiumTestShell use that class.
BUG=None
TEST=ContentShell and ChromiumTestShell should still work.
Review URL: https://chromiumcodereview.appspot.com/11369136
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167051 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_browser.gypi')
-rw-r--r-- | content/content_browser.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi index a86091b..dacdc34 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -36,6 +36,7 @@ 'public/browser/access_token_store.h', 'public/browser/android/compositor.h', 'public/browser/android/content_view_core.h', + 'public/browser/android/content_view_layer_renderer.h', 'public/browser/android/devtools_auth.h', 'public/browser/android/download_controller_android.h', 'public/browser/android/draw_delegate.h', @@ -215,6 +216,8 @@ 'browser/android/content_video_view.h', 'browser/android/content_view_core_impl.cc', 'browser/android/content_view_core_impl.h', + 'browser/android/content_view_render_view.cc', + 'browser/android/content_view_render_view.h', 'browser/android/content_view_statics.cc', 'browser/android/content_view_statics.h', 'browser/android/cookie_getter_impl.cc', |