Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(524)

Unified Diff: content/common/mojo/mojo_shell_connection_impl.cc

Issue 1472063007: mustash: enable GPU Compositing in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/mojo/mojo_shell_connection_impl.cc
diff --git a/content/common/mojo/mojo_shell_connection_impl.cc b/content/common/mojo/mojo_shell_connection_impl.cc
index 3c0714d2027f918224e4fbc4c19da46658632249..b7fc80cb0938b2773fc7091b7add7bf8580a8afd 100644
--- a/content/common/mojo/mojo_shell_connection_impl.cc
+++ b/content/common/mojo/mojo_shell_connection_impl.cc
@@ -83,7 +83,6 @@ bool MojoShellConnectionImpl::ConfigureIncomingConnection(
}
mojo::ApplicationImpl* MojoShellConnectionImpl::GetApplication() {
- DCHECK(initialized_);
return application_impl_.get();
}

Powered by Google App Engine
This is Rietveld 408576698