| Index: third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| diff --git a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| index f9ae7d853bdd323278b4909a6db8639a0afe2669..4ffeb2a198cf448c45b62d1859e26bf79f1109b8 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| +++ b/third_party/WebKit/Source/platform/transforms/TransformationMatrix.h
|
| @@ -337,6 +337,8 @@ class PLATFORM_EXPORT TransformationMatrix {
|
| return applyTransformOrigin(origin.x(), origin.y(), origin.z());
|
| }
|
|
|
| + TransformationMatrix& zoom(double zoomFactor);
|
| +
|
| bool isInvertible() const;
|
|
|
| // This method returns the identity matrix if it is not invertible.
|
|
|