| Index: webkit/plugins/npapi/webplugin_delegate_impl.h
|
| ===================================================================
|
| --- webkit/plugins/npapi/webplugin_delegate_impl.h (revision 111400)
|
| +++ webkit/plugins/npapi/webplugin_delegate_impl.h (working copy)
|
| @@ -475,6 +475,7 @@
|
|
|
| CALayer* layer_; // Used for CA drawing mode. Weak, retained by plug-in.
|
| WebPluginAcceleratedSurface* surface_; // Weak ref.
|
| + bool composited_; // If CA plugin, whether it's rendering via compositor.
|
| CARenderer* renderer_; // Renders layer_ to surface_.
|
| scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_;
|
|
|
|
|