Changeset 96071 in webkit


Ignore:
Timestamp:
Sep 26, 2011, 11:15:20 PM (14 years ago)
Author:
Csaba Osztrogonác
Message:

[Qt][WK2] Unreviewed buildfix after r96005.

  • WebKitTestRunner/qt/TestInvocationQt.cpp:

(WTR::TestInvocation::dumpPixelsAndCompareWithExpected):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r96059 r96071  
     12011-09-26  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [Qt][WK2] Unreviewed buildfix after r96005.
     4
     5        * WebKitTestRunner/qt/TestInvocationQt.cpp:
     6        (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
     7
    182011-09-26  Dimitri Glazkov  <dglazkov@chromium.org>
    29
  • trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp

    r94524 r96071  
    6060}
    6161
    62 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef imageRef)
     62void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef imageRef, WKArrayRef repaintRects)
    6363{
     64    //FIXME: https://bugs.webkit.org/show_bug.cgi?id=68870
     65    UNUSED_PARAM(repaintRects);
     66
    6467    QImage image = WKImageCreateQImage(imageRef);
    6568    QCryptographicHash hash(QCryptographicHash::Md5);
Note: See TracChangeset for help on using the changeset viewer.