Changeset 96071 in webkit
- Timestamp:
- Sep 26, 2011, 11:15:20 PM (14 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r96059 r96071 1 2011-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 1 8 2011-09-26 Dimitri Glazkov <dglazkov@chromium.org> 2 9 -
trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp
r94524 r96071 60 60 } 61 61 62 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef imageRef )62 void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef imageRef, WKArrayRef repaintRects) 63 63 { 64 //FIXME: https://bugs.webkit.org/show_bug.cgi?id=68870 65 UNUSED_PARAM(repaintRects); 66 64 67 QImage image = WKImageCreateQImage(imageRef); 65 68 QCryptographicHash hash(QCryptographicHash::Md5);
Note:
See TracChangeset
for help on using the changeset viewer.