[Webkit-unassigned] [Bug 116717] [GTK] Do not use X11 WidgetBackingStore implementation in Wayland

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 24 04:40:26 PDT 2013


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





--- Comment #1 from Iago Toral <itoral at igalia.com>  2013-05-24 04:38:56 PST ---
Created an attachment (id=202804)
 --> (https://bugs.webkit.org/attachment.cgi?id=202804&action=review)
Proposed patch

The patch does the following:

1) Refactor GtkWidgetBackingStore to be an abstract base class.
2) Make GtkWidgetBackingStoreX11 and WidgetBackingStoreCairo inherit from WidgetBackingStore.
3) When running on Wayland, use WidgetBackingStoreCairo instead of GtkWidgetBackingStoreX11

-- 
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