RESOLVED FIXED 82387
Plug-ins using the Core Animation drawing model should work when hosting the layer tree in the window server
https://bugs.webkit.org/show_bug.cgi?id=82387
Summary Plug-ins using the Core Animation drawing model should work when hosting the ...
Anders Carlsson
Reported 2012-03-27 15:19:56 PDT
Plug-ins using the Core Animation drawing model should work when hosting the layer tree in the window server
Attachments
Patch (26.67 KB, patch)
2012-03-27 15:34 PDT, Anders Carlsson
no flags
Patch (26.76 KB, patch)
2012-03-27 15:47 PDT, Anders Carlsson
no flags
Patch (26.67 KB, patch)
2012-03-27 15:55 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2012-03-27 15:34:09 PDT
Early Warning System Bot
Comment 2 2012-03-27 15:43:42 PDT
Gustavo Noronha (kov)
Comment 3 2012-03-27 15:44:24 PDT
Sam Weinig
Comment 4 2012-03-27 15:46:30 PDT
Comment on attachment 134148 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=134148&action=review > Source/WebKit2/PluginProcess/PluginControllerProxy.messages.in:103 > + # Sent when the containing window's layer hosting mode changes > + SetLayerHostingMode(uint32_t layerHostingMode) Do we want to call this LayerHostingModeChanged to match the message above? > Source/WebKit2/WebProcess/Plugins/Plugin.h:29 > +#include "LayerHostingContext.h" Is this header included on all platforms? Or should it be in an #ifdef?
Anders Carlsson
Comment 5 2012-03-27 15:47:39 PDT
Gustavo Noronha (kov)
Comment 6 2012-03-27 15:53:30 PDT
Anders Carlsson
Comment 7 2012-03-27 15:55:40 PDT
(In reply to comment #4) > (From update of attachment 134148 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=134148&action=review > > > Source/WebKit2/PluginProcess/PluginControllerProxy.messages.in:103 > > + # Sent when the containing window's layer hosting mode changes > > + SetLayerHostingMode(uint32_t layerHostingMode) > > Do we want to call this LayerHostingModeChanged to match the message above? > Nah, it's really a setter. > > Source/WebKit2/WebProcess/Plugins/Plugin.h:29 > > +#include "LayerHostingContext.h" > > Is this header included on all platforms? Or should it be in an #ifdef? I'll add #ifdefs.
Anders Carlsson
Comment 8 2012-03-27 15:55:50 PDT
Anders Carlsson
Comment 9 2012-03-27 17:17:09 PDT
Note You need to log in before you can comment on or make changes to this bug.