[Webkit-unassigned] [Bug 57644] [GTK] Flash in divs with overflow: auto is not positioned and clipped properly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 3 23:31:20 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57644





--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com>  2011-04-03 23:31:20 PST ---
(From update of attachment 87882)
View in context: https://bugs.webkit.org/attachment.cgi?id=87882&action=review

> Source/WebCore/plugins/gtk/PluginViewGtk.cpp:553
> +        GdkRectangle clipRect = m_clipRect;
> +        GdkRegion* clipRegion = gdk_region_rectangle(&clipRect);
> +        gdk_window_shape_combine_region(gtk_widget_get_window(widget), clipRegion, 0, 0);
> +        gdk_region_destroy(clipRegion);

you need a #ifdef here since there's no GdkRegion in GTK+3

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list