[Webkit-unassigned] [Bug 203149] [GTK] Simplify the Input Method implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 23 02:18:13 PDT 2019


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

--- Comment #5 from Adrian Perez <aperez at igalia.com> ---
(In reply to Carlos Garcia Campos from comment #4)
> (In reply to Adrian Perez from comment #3)
> > Comment on attachment 381294 [details]
> >
> > > [...]
> > >
> > > Source/WebKit/UIProcess/gtk/InputMethodFilter.h:42
> > > +    enum class EventFakedForComposition {
> > 
> > You could use
> > 
> >   enum class EventFakedForComposition : bool { No, Yes};
> > 
> > [...]
> 
> Yes, I didn't do that because I'm going to remove that enum in the next
> patch.

That sounds even better ;-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191023/e8ea5a04/attachment.html>


More information about the webkit-unassigned mailing list