summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-12 16:16:35 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-12 16:16:35 +0000
commitd672a865964aee0819949778fa01abfe1c7d110d (patch)
treee691083e57e4d1927aa2979bb3f7a10b43dc174f /content
parent07320dc30425542bcb4f69e7141c7f8a4cef3319 (diff)
downloadchromium_src-d672a865964aee0819949778fa01abfe1c7d110d.zip
chromium_src-d672a865964aee0819949778fa01abfe1c7d110d.tar.gz
chromium_src-d672a865964aee0819949778fa01abfe1c7d110d.tar.bz2
Revert "[cros/aura] Prevent white splash on boot for OOBE WebUI."
Revert "cros: Fix app launch splash flicker." Reason: Correct (and simple) implementation was added - http://crbug.com/247249 Original CLs: https://chromiumcodereview.appspot.com/10796009 https://chromiumcodereview.appspot.com/12900002 BUG=131569, 196802, 247249 Review URL: https://chromiumcodereview.appspot.com/18080021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211409 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content')
-rw-r--r--content/browser/renderer_host/render_widget_host_view_aura.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/renderer_host/render_widget_host_view_aura.cc b/content/browser/renderer_host/render_widget_host_view_aura.cc
index 242942d..1ebce87 100644
--- a/content/browser/renderer_host/render_widget_host_view_aura.cc
+++ b/content/browser/renderer_host/render_widget_host_view_aura.cc
@@ -2271,7 +2271,7 @@ void RenderWidgetHostViewAura::OnPaint(gfx::Canvas* canvas) {
compositor->SetLatencyInfo(software_latency_info_);
software_latency_info_.Clear();
}
- } else if (aura::Env::GetInstance()->render_white_bg()) {
+ } else {
// For non-opaque windows, we don't draw anything, since we depend on the
// canvas coming from the compositor to already be initialized as
// transparent.