Index: content/browser/renderer_host/compositor_impl_android.cc |
diff --git a/content/browser/renderer_host/compositor_impl_android.cc b/content/browser/renderer_host/compositor_impl_android.cc |
index f48bb5a9006f0888319c65aac0b6522ad2a3203f..63d8eb85b4ea449877d96d1acb55a8b7e0c15a42 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.cc |
+++ b/content/browser/renderer_host/compositor_impl_android.cc |
@@ -132,6 +132,7 @@ CompositorImpl::CompositorImpl(Compositor::Client* client) |
} |
CompositorImpl::~CompositorImpl() { |
+ SetWindowSurface(NULL); |
boliu
2013/01/26 01:18:00
This was my attempt at fixing the crash inside and
no sievers
2013/01/28 19:46:15
Yes, this SetWindowSurface() codepath here is not
|
} |
void CompositorImpl::Composite() { |