Title: [96021] trunk/Tools
- Revision
- 96021
- Author
- simon.fra...@apple.com
- Date
- 2011-09-26 16:00:37 -0700 (Mon, 26 Sep 2011)
Log Message
Fix WebKitTestRunner builds for Cairo, Windows and Qt.
* WebKitTestRunner/cairo/TestInvocationCairo.cpp:
(WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
* WebKitTestRunner/win/TestInvocationWin.cpp:
(WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (96020 => 96021)
--- trunk/Tools/ChangeLog 2011-09-26 22:58:29 UTC (rev 96020)
+++ trunk/Tools/ChangeLog 2011-09-26 23:00:37 UTC (rev 96021)
@@ -1,5 +1,14 @@
2011-09-26 Simon Fraser <simon.fra...@apple.com>
+ Fix WebKitTestRunner builds for Cairo, Windows and Qt.
+
+ * WebKitTestRunner/cairo/TestInvocationCairo.cpp:
+ (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
+ * WebKitTestRunner/win/TestInvocationWin.cpp:
+ (WTR::TestInvocation::dumpPixelsAndCompareWithExpected):
+
+2011-09-26 Simon Fraser <simon.fra...@apple.com>
+
Repaint tests don't work in WebKit2
https://bugs.webkit.org/show_bug.cgi?id=68453
Modified: trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp (96020 => 96021)
--- trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp 2011-09-26 22:58:29 UTC (rev 96020)
+++ trunk/Tools/WebKitTestRunner/cairo/TestInvocationCairo.cpp 2011-09-26 23:00:37 UTC (rev 96021)
@@ -77,7 +77,7 @@
printPNG(data, dataLength, checksum);
}
-void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef wkImage)
+void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef wkImage, WKArrayRef /*repaintRects*/)
{
cairo_surface_t* surface = WKImageCreateCairoSurface(wkImage);
Modified: trunk/Tools/WebKitTestRunner/win/TestInvocationWin.cpp (96020 => 96021)
--- trunk/Tools/WebKitTestRunner/win/TestInvocationWin.cpp 2011-09-26 22:58:29 UTC (rev 96020)
+++ trunk/Tools/WebKitTestRunner/win/TestInvocationWin.cpp 2011-09-26 23:00:37 UTC (rev 96021)
@@ -29,7 +29,7 @@
namespace WTR {
#if !USE(CG) && !USE(CAIRO)
-void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef)
+void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef, WKArrayRef)
{
}
#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes