Skip to content

Commit

Permalink
Schedule texture rendering upon ResumeRender
Browse files Browse the repository at this point in the history
  • Loading branch information
rojkov authored and rainemak committed Oct 29, 2015
1 parent 2facd62 commit f684765
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -246,6 +246,7 @@ EmbedLiteCompositorParent::ResumeRendering()
if (mLastViewSize.width > 0 && mLastViewSize.height > 0) {
CompositorParent::ScheduleResumeOnCompositorThread(mLastViewSize.width,
mLastViewSize.height);
CompositorParent::ScheduleRenderOnCompositorThread();
}
}

Expand Down

0 comments on commit f684765

Please sign in to comment.