Updates:
        Status: Started

Comment #7 on issue 26154 by [email protected]: Switching tab after  
window resize fails with assertion
http://code.google.com/p/chromium/issues/detail?id=26154

So I tracked down to the point that NativeViewHostGtk::NativeViewDetacching  
is missing
gtk_container_remove(GTK_CONTAINER(fixed_)), host_->native_view()).

Because we're not removing the host's nativew_view when detached, we're  
destroying the
native view when CreateFixed is called (which is called when clipping).  
Scott, do you
know why native_view is not removed in Detaching? Removing native_view  
causes
different crash, so I guess there is some good reason for this.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to