RESOLVED FIXED Bug 54571
[GTK] The GraphicsContext does not need to hold the expose event
https://bugs.webkit.org/show_bug.cgi?id=54571
Summary [GTK] The GraphicsContext does not need to hold the expose event
Martin Robinson
Reported 2011-02-16 11:07:34 PST
Currently the GraphicsContext carries the expose event. This should not be necessary, as it can simply hold the GdkDrawable. This should eliminate a bit of extra code.
Attachments
Patch (9.88 KB, patch)
2011-02-16 11:25 PST, Martin Robinson
no flags
Martin Robinson
Comment 1 2011-02-16 11:25:22 PST
Xan Lopez
Comment 2 2011-02-16 14:04:56 PST
Comment on attachment 82665 [details] Patch Since this does not seem to be a visible progression towards getting rid of the drawable entirely (which Martin hints can/should be done), we have decided to do the whole thing in one go.
Martin Robinson
Comment 3 2014-04-08 18:45:37 PDT
We will be able to do this once we remove more GTK+ 2.0 code from WebCore.
Martin Robinson
Comment 4 2015-05-07 17:34:20 PDT
I don't think this is true any longer.
Note You need to log in before you can comment on or make changes to this bug.