Chromium Code Reviews| 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. |
|
stuartmorgan
2011/11/28 10:09:04
Needs one more space before //
Ken Russell (switch to Gerrit)
2011/11/28 23:40:15
Done.
|
| CARenderer* renderer_; // Renders layer_ to surface_. |
| scoped_ptr<base::RepeatingTimer<WebPluginDelegateImpl> > redraw_timer_; |