Title: [96071] trunk/Tools
Revision
96071
Author
o...@webkit.org
Date
2011-09-26 23:15:20 -0700 (Mon, 26 Sep 2011)

Log Message

[Qt][WK2] Unreviewed buildfix after r96005.

* WebKitTestRunner/qt/TestInvocationQt.cpp:
(WTR::TestInvocation::dumpPixelsAndCompareWithExpected):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (96070 => 96071)


--- trunk/Tools/ChangeLog	2011-09-27 05:50:02 UTC (rev 96070)
+++ trunk/Tools/ChangeLog	2011-09-27 06:15:20 UTC (rev 96071)
@@ -1,3 +1,10 @@
+2011-09-26  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt][WK2] Unreviewed buildfix after r96005.
+
+        * WebKitTestRunner/qt/TestInvocationQt.cpp:
+        (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
+
 2011-09-26  Dimitri Glazkov  <dglaz...@chromium.org>
 
         garden-o-matic should be pretty in Open Sans.

Modified: trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp (96070 => 96071)


--- trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp	2011-09-27 05:50:02 UTC (rev 96070)
+++ trunk/Tools/WebKitTestRunner/qt/TestInvocationQt.cpp	2011-09-27 06:15:20 UTC (rev 96071)
@@ -59,8 +59,11 @@
     fflush(stdout);
 }
 
-void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef imageRef)
+void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef imageRef, WKArrayRef repaintRects)
 {
+    //FIXME: https://bugs.webkit.org/show_bug.cgi?id=68870
+    UNUSED_PARAM(repaintRects);
+
     QImage image = WKImageCreateQImage(imageRef);
     QCryptographicHash hash(QCryptographicHash::Md5);
     for (unsigned row = 0; row < image.height(); ++row)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to