From fbac2fa716d13a44eac103f60a52147215d776e8 Mon Sep 17 00:00:00 2001 From: "achristensen@apple.com" Date: Wed, 1 Apr 2015 17:32:43 +0000 Subject: [PATCH] [WinCairo] Link errors, unresolved texture mapper methods. https://bugs.webkit.org/show_bug.cgi?id=143308 Patch by Per Arne Vollan on 2015-04-01 Reviewed by Alex Christensen. New texture mapper files should be included in the project. * WebCore.vcxproj/WebCore.vcxproj: * WebCore.vcxproj/WebCore.vcxproj.filters: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@182237 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- Source/WebCore/ChangeLog | 12 ++++ Source/WebCore/WebCore.vcxproj/WebCore.vcxproj | 68 ++++++++++++++++++++-- .../WebCore.vcxproj/WebCore.vcxproj.filters | 38 +++++++++--- 3 files changed, 107 insertions(+), 11 deletions(-) diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog index 0b0ded6..7cdd792 100644 --- a/Source/WebCore/ChangeLog +++ b/Source/WebCore/ChangeLog @@ -1,3 +1,15 @@ +2015-04-01 Per Arne Vollan + + [WinCairo] Link errors, unresolved texture mapper methods. + https://bugs.webkit.org/show_bug.cgi?id=143308 + + Reviewed by Alex Christensen. + + New texture mapper files should be included in the project. + + * WebCore.vcxproj/WebCore.vcxproj: + * WebCore.vcxproj/WebCore.vcxproj.filters: + 2015-04-01 Myles C. Maxfield Support forcing expansion opportunities at the beginning and ending of a run diff --git a/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj b/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj index 2039fea..e50ee6a 100644 --- a/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj +++ b/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj @@ -6332,7 +6332,7 @@ true true - + true true true @@ -7606,6 +7606,62 @@ + + true + true + true + true + false + false + true + true + false + false + true + true + + + true + true + true + true + false + false + true + true + false + false + true + true + + + true + true + true + true + false + false + true + true + false + false + true + true + + + true + true + true + true + false + false + true + true + false + false + true + true + @@ -7799,6 +7855,7 @@ true + true true @@ -8694,7 +8751,6 @@ - @@ -19783,6 +19839,10 @@ + + + + @@ -19816,6 +19876,7 @@ + @@ -20164,7 +20225,6 @@ - @@ -21737,4 +21797,4 @@ - + \ No newline at end of file diff --git a/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters b/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters index 05a14cc..5679ab9 100644 --- a/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters +++ b/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters @@ -7198,9 +7198,6 @@ html - - loader\cache - page @@ -7255,6 +7252,21 @@ rendering + + platform\graphics\texmap + + + platform\graphics\texmap + + + platform\graphics\texmap + + + platform\graphics\texmap + + + platform\network + @@ -15173,9 +15185,6 @@ html - - loader\cache - storage @@ -15233,6 +15242,21 @@ rendering + + platform\graphics\texmap + + + platform\graphics\texmap + + + platform\graphics\texmap + + + platform\graphics\texmap + + + platform\network + @@ -15440,4 +15464,4 @@ platform\win - + \ No newline at end of file -- 1.8.3.1