RESOLVED INVALID90895
[Qt] Make GraphicsSurface::create function platform specific.
https://bugs.webkit.org/show_bug.cgi?id=90895
Summary [Qt] Make GraphicsSurface::create function platform specific.
Zeno Albisser
Reported 2012-07-10 10:47:48 PDT
In order to implement platform specific create behavior this function should be platform specific. We need this to be able to do platform specific initialization based on the provided flags, when implementing GraphicsSurfaceGLX.
Attachments
patch for review. (3.03 KB, patch)
2012-07-10 10:54 PDT, Zeno Albisser
no flags
Zeno Albisser
Comment 1 2012-07-10 10:54:56 PDT
Created attachment 151487 [details] patch for review.
Noam Rosenthal
Comment 2 2012-07-10 10:58:29 PDT
Comment on attachment 151487 [details] patch for review. Maybe we should combine this with the GLX patch? Otherwise it's hard to see the whole picture.
Zeno Albisser
Comment 3 2012-07-10 11:06:43 PDT
Comment on attachment 151487 [details] patch for review. As discussed on IRC I will instead make the functions platformCreate / platformImport static and return the instance back from there.
Zeno Albisser
Comment 4 2012-07-10 11:08:27 PDT
no separate patch needed.
Note You need to log in before you can comment on or make changes to this bug.