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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.cc

Issue 1387563005: NOT FOR COMMIT dcheck in rwhva (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: equal Created 5 years, 2 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host_view_android.cc
diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc
index c182e2982a386ead45fdc64039a74409dc498795..f5ac67a9c99355f36c9895e8ef92275b7057d2ee 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.cc
+++ b/content/browser/renderer_host/render_widget_host_view_android.cc
@@ -1745,6 +1745,7 @@ uint32_t RenderWidgetHostViewAndroid::GetSurfaceIdNamespace() {
void RenderWidgetHostViewAndroid::SetContentViewCore(
ContentViewCoreImpl* content_view_core) {
+ CHECK(!content_view_core_ || !content_view_core || (content_view_core_ == content_view_core));
RemoveLayers();
StopObservingRootWindow();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698