Changeset 148947 in webkit


Ignore:
Timestamp:
Apr 23, 2013 12:48:49 AM (11 years ago)
Author:
rniwa@webkit.org
Message:

Unreviewed, rolling out r148923.
http://trac.webkit.org/changeset/148923
https://bugs.webkit.org/show_bug.cgi?id=115020

The patch causes multiple failures in CSS, canvas tests
(Requested by zdobersek on #webkit).

Source/WebCore:

  • platform/graphics/cairo/PlatformContextCairo.cpp:

(WebCore::PlatformContextCairo::drawSurfaceToContext):

LayoutTests:

  • fast/canvas/script-tests/shadow-image.js: Removed.
  • fast/canvas/shadow-image-expected.txt: Removed.
  • fast/canvas/shadow-image.html: Removed.
Location:
trunk
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r148946 r148947  
     12013-04-23  Commit Queue  <rniwa@webkit.org>
     2
     3        Unreviewed, rolling out r148923.
     4        http://trac.webkit.org/changeset/148923
     5        https://bugs.webkit.org/show_bug.cgi?id=115020
     6
     7        The patch causes multiple failures in CSS, canvas tests
     8        (Requested by zdobersek on #webkit).
     9
     10        * fast/canvas/script-tests/shadow-image.js: Removed.
     11        * fast/canvas/shadow-image-expected.txt: Removed.
     12        * fast/canvas/shadow-image.html: Removed.
     13
    1142013-04-22  Christophe Dumez  <ch.dumez@sisa.samsung.com>
    215
  • trunk/Source/WebCore/ChangeLog

    r148945 r148947  
     12013-04-23  Commit Queue  <rniwa@webkit.org>
     2
     3        Unreviewed, rolling out r148923.
     4        http://trac.webkit.org/changeset/148923
     5        https://bugs.webkit.org/show_bug.cgi?id=115020
     6
     7        The patch causes multiple failures in CSS, canvas tests
     8        (Requested by zdobersek on #webkit).
     9
     10        * platform/graphics/cairo/PlatformContextCairo.cpp:
     11        (WebCore::PlatformContextCairo::drawSurfaceToContext):
     12
    1132013-04-22  Noam Rosenthal  <noam@webkit.org>
    214
  • trunk/Source/WebCore/platform/graphics/cairo/PlatformContextCairo.cpp

    r148923 r148947  
    192192        break;
    193193    }
    194     cairo_pattern_set_extend(pattern.get(), CAIRO_EXTEND_NONE);
     194    cairo_pattern_set_extend(pattern.get(), CAIRO_EXTEND_PAD);
    195195
    196196    // The pattern transformation properly scales the pattern for when the source rectangle is a
Note: See TracChangeset for help on using the changeset viewer.