Let's begin with the most basic case that is needed for Flash to paint.
Created attachment 84569 [details] Patch
Attachment 84569 [details] did not build on win: Build output: http://queues.webkit.org/results/8083403
Created attachment 85172 [details] Patch Fixed the build (speculatively). It also was a logical error.
Comment on attachment 85172 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=85172&action=review Looks like a good start, r=me. :) > Source/WebKit2/ChangeLog:24 > + * WebProcess/Plugins/Netscape/qt/NetscapePluginQt.cpp: Removed in favour > + of a common implementation for X11. We should remove NetscapePluginGtk.cpp as well. > Source/WebKit2/WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp:1223 > + // Inject wmode=opaque to make Flash working with these conditions. s/working with/work in/
Committed r80714: <http://trac.webkit.org/changeset/80714>