| Index: cc/layers/picture_layer_impl.cc
|
| diff --git a/cc/layers/picture_layer_impl.cc b/cc/layers/picture_layer_impl.cc
|
| index bd3b9dc590e413bf998aa6325f95d8fd36386239..6cfd913532ced2e289f069aa9ed14d5c3dbf09f1 100644
|
| --- a/cc/layers/picture_layer_impl.cc
|
| +++ b/cc/layers/picture_layer_impl.cc
|
| @@ -31,7 +31,7 @@ const float kMaxScaleRatioDuringPinch = 2.0f;
|
|
|
| // When creating a new tiling during pinch, snap to an existing
|
| // tiling's scale if the desired scale is within this ratio.
|
| -const float kSnapToExistingTilingRatio = 0.2f;
|
| +const float kSnapToExistingTilingRatio = 1.2f;
|
|
|
| // Estimate skewport 60 frames ahead for pre-rasterization on the CPU.
|
| const float kCpuSkewportTargetTimeInFrames = 60.0f;
|
|
|