RESOLVED FIXED100540
[EFL][WK2][AC] Build fix after r132647
https://bugs.webkit.org/show_bug.cgi?id=100540
Summary [EFL][WK2][AC] Build fix after r132647
Yael
Reported 2012-10-26 10:53:01 PDT
Patch is coming
Attachments
Patch (8.61 KB, patch)
2012-10-26 10:55 PDT, Yael
no flags
Yael
Comment 1 2012-10-26 10:55:48 PDT
kalyan
Comment 2 2012-10-26 13:38:36 PDT
+ evas_gl_surface_destroy(impl->evasGl(), impl->evasGlSurface()); Should we actually move the surface destruction to resetEvasGlSurface(in view impl).EwkViewImpl::exitAcceleratedCompositingMode could also call this internally.
Yael
Comment 3 2012-10-26 13:50:56 PDT
(In reply to comment #2) > + evas_gl_surface_destroy(impl->evasGl(), impl->evasGlSurface()); > > Should we actually move the surface destruction to resetEvasGlSurface(in view impl).EwkViewImpl::exitAcceleratedCompositingMode could also call this internally. This is just a build fix. If we want to change more than that, I would prefer to do that in a separate bug.
Chris Dumez
Comment 4 2012-10-26 13:57:28 PDT
Comment on attachment 170957 [details] Patch LGTM.
Chris Dumez
Comment 5 2012-10-26 13:58:38 PDT
(In reply to comment #2) > + evas_gl_surface_destroy(impl->evasGl(), impl->evasGlSurface()); > > Should we actually move the surface destruction to resetEvasGlSurface(in view impl).EwkViewImpl::exitAcceleratedCompositingMode could also call this internally. Yes, I agree with this too (in this patch or another).
Yael
Comment 6 2012-10-26 14:04:51 PDT
(In reply to comment #5) > (In reply to comment #2) > > + evas_gl_surface_destroy(impl->evasGl(), impl->evasGlSurface()); > > > > Should we actually move the surface destruction to resetEvasGlSurface(in view impl).EwkViewImpl::exitAcceleratedCompositingMode could also call this internally. > > Yes, I agree with this too (in this patch or another). I actually prefer to get rid of enterAcceleratedCompositingMode/exitAcceleratedCompositingMode . No other port implements it, so we shouldn't either.
WebKit Review Bot
Comment 7 2012-10-26 15:45:42 PDT
Comment on attachment 170957 [details] Patch Clearing flags on attachment: 170957 Committed r132706: <http://trac.webkit.org/changeset/132706>
WebKit Review Bot
Comment 8 2012-10-26 15:45:47 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.