Chromium Code Reviews| Index: webkit/glue/plugins/webplugin_delegate_impl.h |
| =================================================================== |
| --- webkit/glue/plugins/webplugin_delegate_impl.h (revision 2866) |
| +++ webkit/glue/plugins/webplugin_delegate_impl.h (working copy) |
| @@ -78,6 +78,7 @@ |
| void* notify_data); |
| bool windowless() const { return windowless_ ; } |
| gfx::Rect rect() const { return window_rect_; } |
| + gfx::Rect clip_rect() const { return clip_rect_; } |
| enum PluginQuirks { |
| PLUGIN_QUIRK_SETWINDOW_TWICE = 1, |