diff options
Diffstat (limited to 'cc/layer_impl.cc')
-rw-r--r-- | cc/layer_impl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/layer_impl.cc b/cc/layer_impl.cc index 2788c725..dcf531f 100644 --- a/cc/layer_impl.cc +++ b/cc/layer_impl.cc @@ -805,6 +805,7 @@ void LayerImpl::setContentsScale(float contentsScaleX, float contentsScaleY) void LayerImpl::calculateContentsScale( float idealContentsScale, + bool animatingTransformToScreen, float* contentsScaleX, float* contentsScaleY, gfx::Size* contentBounds) |