[Webkit-unassigned] [Bug 63502] [EFL] Add EflWidgetBackingStoreCairo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 20 15:16:41 PDT 2011


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





--- Comment #16 from Martin Robinson <mrobinson at webkit.org>  2011-09-20 15:16:41 PST ---
(In reply to comment #15)
> This code is 99% equal to WebCore/platform/gtk/GtkWidgetBackingStoreCairo.cpp, the only difference in functionality is in the code to set m_surface and m_scrollSurface.
> 
> mrobinson, wouldn't it make sense to move this code to cairo/WidgetBackingStore.cpp, leaving only the surface creation to each platform?

This was one of the reasons I originally made a private data section for this class. Can't we just put the common code in cairo/WidgetBackingStoreCairo.cpp and then move the private data structures to platform-dependent files?

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