Closed rojkov closed 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.
ranamed repaint() to resumeRendering() and got rid of not really needed signal.
This PR depends on https://github.com/tmeshkova/gecko-dev/pull/33 which is compatible with embedlite_esr only.