Navigation transitions: Parse out transiting-entering-color from response headers.
commited3c0548da7a6e19254f391cfab5ed6b9cfa02cc
authorsimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 31 Jul 2014 03:53:06 +0000 (31 03:53 +0000)
committersimonhatch@chromium.org <simonhatch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 31 Jul 2014 03:53:06 +0000 (31 03:53 +0000)
treeff01209ecb903e1bb7181c458822656841cd17bc
parente4c6ddd6c37496f9026a22638758b5d83dcfc53e
Navigation transitions: Parse out transiting-entering-color from response headers.

During the navigation transition, after we animate the transition elements, we want to make the background of the transition layer opaque to hide the incoming page load. We set the transition layer's background color to match the outgoing page, and then crossfade to the incoming page's background color for a more seemless transition.

BUG=370696

Review URL: https://codereview.chromium.org/422153002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286718 0039d316-1c4b-4281-b951-d872f2087c98
content/browser/android/content_view_core_impl.cc
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
content/public/android/javatests/src/org/chromium/content/browser/TransitionTest.java