Title: [141512] trunk/Tools
- Revision
- 141512
- Author
- [email protected]
- Date
- 2013-01-31 17:23:47 -0800 (Thu, 31 Jan 2013)
Log Message
[chromium] Notify the WebWidget when the WebViewHost is about to tear down compositing support
https://bugs.webkit.org/show_bug.cgi?id=108518
Patch by James Robinson <[email protected]> on 2013-01-31
Reviewed by Adrienne Walker.
* DumpRenderTree/chromium/WebViewHost.cpp:
(WebViewHost::shutdown):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (141511 => 141512)
--- trunk/Tools/ChangeLog 2013-02-01 01:21:56 UTC (rev 141511)
+++ trunk/Tools/ChangeLog 2013-02-01 01:23:47 UTC (rev 141512)
@@ -1,3 +1,13 @@
+2013-01-31 James Robinson <[email protected]>
+
+ [chromium] Notify the WebWidget when the WebViewHost is about to tear down compositing support
+ https://bugs.webkit.org/show_bug.cgi?id=108518
+
+ Reviewed by Adrienne Walker.
+
+ * DumpRenderTree/chromium/WebViewHost.cpp:
+ (WebViewHost::shutdown):
+
2013-01-31 Pratik Solanki <[email protected]>
DumpRenderTree should put NSSound calls inside USE(APPKIT)
Modified: trunk/Tools/DumpRenderTree/chromium/WebViewHost.cpp (141511 => 141512)
--- trunk/Tools/DumpRenderTree/chromium/WebViewHost.cpp 2013-02-01 01:21:56 UTC (rev 141511)
+++ trunk/Tools/DumpRenderTree/chromium/WebViewHost.cpp 2013-02-01 01:23:47 UTC (rev 141512)
@@ -1003,6 +1003,7 @@
it < m_popupmenus.end(); ++it)
(*it)->close();
+ webWidget()->willCloseLayerTreeView();
m_layerTreeView.clear();
webWidget()->close();
m_webWidget = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes