| Index: third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp b/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp
|
| index 460bf7d91e303600e3f9f0d4c792c757a54f7959..d3542355a01df615f9eea5c47a60242356741f8e 100644
|
| --- a/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/transforms/TransformOperationsTest.cpp
|
| @@ -10,16 +10,16 @@
|
| * notice, this list of conditions and the following disclaimer in the
|
| * documentation and/or other materials provided with the distribution.
|
| *
|
| - * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND ANY
|
| - * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
| + * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS'' AND
|
| + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
| * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
| - * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY
|
| - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
| - * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
| - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
| - * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
| - * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + * DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS BE LIABLE FOR
|
| + * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
| + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
| + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
| + * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
| + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| #include "platform/transforms/TransformOperations.h"
|
| @@ -378,8 +378,9 @@ TEST(TransformOperationsTest, AbsoluteAnimatedPerspectiveBoundsTest) {
|
| FloatBox(0, 0, 0, 20, 20, 20), bounds);
|
|
|
| fromOps.blendedBoundsForBox(box, toOps, -0.25, 1.25, &bounds);
|
| - // The perspective range was [20, 40] and blending will extrapolate that to [17, 53].
|
| - // The cube has w/h/d of 10 and the observer is at 17, so the face closest the observer is 17-10=7.
|
| + // The perspective range was [20, 40] and blending will extrapolate that to
|
| + // [17, 53]. The cube has w/h/d of 10 and the observer is at 17, so the face
|
| + // closest the observer is 17-10=7.
|
| double projectedSize = 10.0 / 7.0 * 17.0;
|
| EXPECT_PRED_FORMAT2(
|
| FloatBoxTest::AssertAlmostEqual,
|
|
|