Index: cc/layer_tree_host.cc |
diff --git a/cc/layer_tree_host.cc b/cc/layer_tree_host.cc |
index 8ce6a29ab8970be4b20f220d16772a3985d6b6c4..cddb09b81af98e8601b39bce734ee684f9075e5b 100644 |
--- a/cc/layer_tree_host.cc |
+++ b/cc/layer_tree_host.cc |
@@ -328,6 +328,7 @@ void LayerTreeHost::finishCommitOnImplThread(LayerTreeHostImpl* hostImpl) |
if (syncTree->ContentsTexturesPurged()) |
syncTree->ResetContentsTexturesPurged(); |
} |
+ syncTree->ResetViewportSizeInvalid(); |
m_commitNumber++; |
} |