diff options
Diffstat (limited to 'webkit/glue/webplugin.h')
-rw-r--r-- | webkit/glue/webplugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webplugin.h b/webkit/glue/webplugin.h index 5cbf9a9..b704153 100644 --- a/webkit/glue/webplugin.h +++ b/webkit/glue/webplugin.h @@ -56,7 +56,10 @@ struct WebPluginInfo { struct WebPluginGeometry { HWND window; gfx::Rect window_rect; + // Clip rect (include) and cutouts (excludes), relative to + // window_rect origin. gfx::Rect clip_rect; + std::vector<gfx::Rect> cutout_rects; bool visible; }; |