Index: cc/trees/layer_tree_host_impl.h |
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
index a1c1d4e278bf0c170df7dc5ed76c0db553563504..48cbd7df4cdf42549f9bc7aef5a61cbde4f6d24f 100644 |
--- a/cc/trees/layer_tree_host_impl.h |
+++ b/cc/trees/layer_tree_host_impl.h |
@@ -265,7 +265,7 @@ |
void ScrollOffsetAnimationFinished() override; |
gfx::ScrollOffset GetScrollOffsetForAnimation(int layer_id) const override; |
- virtual bool PrepareTiles(); |
+ virtual void PrepareTiles(); |
// Returns DRAW_SUCCESS unless problems occured preparing the frame, and we |
// should try to avoid displaying the frame. If PrepareToDraw is called, |
@@ -617,8 +617,8 @@ |
const gfx::Vector2dF& viewport_delta); |
void CreateAndSetRenderer(); |
- void CleanUpTileManager(); |
- void CreateTileManagerResources(); |
+ void CreateAndSetTileManager(); |
+ void DestroyTileManager(); |
void ReleaseTreeResources(); |
void RecreateTreeResources(); |