tmeshkova / qtmozembed

Qt wrapper for mozilla embed lite API
19 stars 12 forks source link

Repaint web content after GL buffer is recreated #96

Closed rojkov closed 10 years ago

rojkov commented 10 years ago

This PR depends on https://github.com/tmeshkova/gecko-dev/pull/33 which is compatible with embedlite_esr only.

rojkov commented 10 years ago

I've just realized that CompositorOGL's SuspendRendering() and ResumeRendering() do nothing as MOZ_WIDGET_ANDROID is not set. So, the modified EmbedLiteView::ResumeRendering() in https://github.com/tmeshkova/gecko-dev/pull/34 is ok to use instead of a dedicated Repaint API.

rojkov commented 10 years ago

ranamed repaint() to resumeRendering() and got rid of not really needed signal.