commit | a7e70b43e2f35c21408f84cb266b3bfdddde0355 | [log] [tgz] |
---|---|---|
author | zakkhoyt@webrtc.org <zakkhoyt@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Nov 30 22:30:50 2011 +0000 |
committer | zakkhoyt@webrtc.org <zakkhoyt@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Wed Nov 30 22:30:50 2011 +0000 |
tree | f7acfd551efb7c16016aed7eb9be0805bb3b97a7 | |
parent | b9db43e1b62d21b44a604a9c9a51cc2f0ed5a250 [diff] |
When entering fullscreen mode, the CocoaRenderView is attached as a subview to a new full screen window. When the class is torn down, the view was not being attached back to it's original NSView. I added a new class variable to remember the original superview and then reattach it at the appropriate time. Review URL: http://webrtc-codereview.appspot.com/290009 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1070 4adac7df-926f-26a2-2b94-8c16560cd09d