Skip to content

Commit

Permalink
Merge pull request #79 from tworaz/for_upstream/compute_tile_size
Browse files Browse the repository at this point in the history
[embedlite] Trigger tile size computation from EmbedLitePuppetWidget:Create
  • Loading branch information
tmeshkova committed Jul 16, 2015
2 parents 7106bbe + 841685c commit 5403451
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions embedding/embedlite/embedshared/EmbedLitePuppetWidget.cpp
Expand Up @@ -164,6 +164,8 @@ EmbedLitePuppetWidget::Create(nsIWidget* aParent,
NewRunnableFunction(&CreateGLContextEarly, mId));
}

gfxPlatform::GetPlatform()->ComputeTileSize();

return NS_OK;
}

Expand Down

0 comments on commit 5403451

Please sign in to comment.