summaryrefslogtreecommitdiffstats
path: root/Tools/DumpRenderTree/win
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/DumpRenderTree/win')
-rw-r--r--Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp4
-rw-r--r--Tools/DumpRenderTree/win/ImageDiffCommon.vsprops1
2 files changed, 5 insertions, 0 deletions
diff --git a/Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp b/Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp
index f03c102..6e4ee46 100644
--- a/Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp
+++ b/Tools/DumpRenderTree/win/AccessibilityControllerWin.cpp
@@ -213,6 +213,10 @@ void AccessibilityController::setLogScrollingStartEvents(bool logScrollingStartE
ASSERT(m_scrollingStartEventHook);
}
+void AccessibilityController::setLogAccessibilityEvents(bool)
+{
+}
+
static string stringEvent(DWORD event)
{
switch(event) {
diff --git a/Tools/DumpRenderTree/win/ImageDiffCommon.vsprops b/Tools/DumpRenderTree/win/ImageDiffCommon.vsprops
index 1156a72..5d41bf4 100644
--- a/Tools/DumpRenderTree/win/ImageDiffCommon.vsprops
+++ b/Tools/DumpRenderTree/win/ImageDiffCommon.vsprops
@@ -7,6 +7,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="&quot;$(ConfigurationBuildDir)\include&quot;;&quot;$(ConfigurationBuildDir)\include\private&quot;;&quot;$(ConfigurationBuildDir)\include\WebCore\ForwardingHeaders&quot;;&quot;$(WebKitLibrariesDir)\include&quot;;&quot;$(WebKitLibrariesDir)\include\private&quot;"
+ PreprocessorDefinitions="NOMINMAX"
/>
<Tool
Name="VCLinkerTool"