Title: [154282] trunk/Source/WebCore
Revision
154282
Author
[email protected]
Date
2013-08-19 10:08:39 -0700 (Mon, 19 Aug 2013)

Log Message

[Windows] Unreviewed gardening.

* WebCore.vcxproj/WebCore.vcxproj: Add missing header for easy access/editing.
* WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (154281 => 154282)


--- trunk/Source/WebCore/ChangeLog	2013-08-19 16:14:32 UTC (rev 154281)
+++ trunk/Source/WebCore/ChangeLog	2013-08-19 17:08:39 UTC (rev 154282)
@@ -1,3 +1,10 @@
+2013-08-19  Brent Fulgham  <[email protected]>
+
+        [Windows] Unreviewed gardening.
+
+        * WebCore.vcxproj/WebCore.vcxproj: Add missing header for easy access/editing.
+        * WebCore.vcxproj/WebCore.vcxproj.filters: Ditto.
+
 2013-08-19  Mario Sanchez Prada  <[email protected]>
 
         <https://webkit.org/b/119882> Speed up moving cursor/selection up or down past non-rendered elements.

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj (154281 => 154282)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2013-08-19 16:14:32 UTC (rev 154281)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj	2013-08-19 17:08:39 UTC (rev 154282)
@@ -19198,6 +19198,7 @@
     <ClInclude Include="..\platform\graphics\avfoundation\cf\InbandTextTrackPrivateAVCF.h" />
     <ClInclude Include="..\platform\graphics\avfoundation\cf\InbandTextTrackPrivateLegacyAVCF.h" />
     <ClInclude Include="..\platform\graphics\avfoundation\InbandTextTrackPrivateAVF.h" />
+    <ClInclude Include="..\platform\graphics\ca\PlatformCAFilters.h" />
     <ClInclude Include="..\platform\graphics\GLContext.h" />
     <ClInclude Include="..\platform\graphics\GraphicsContext3DPrivate.h" />
     <ClInclude Include="..\platform\graphics\cg\SubimageCacheWithTimer.h">

Modified: trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters (154281 => 154282)


--- trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2013-08-19 16:14:32 UTC (rev 154281)
+++ trunk/Source/WebCore/WebCore.vcxproj/WebCore.vcxproj.filters	2013-08-19 17:08:39 UTC (rev 154282)
@@ -14814,6 +14814,9 @@
     <ClInclude Include="..\platform\win\WebCoreBundleWin.h">
       <Filter>platform\win</Filter>
     </ClInclude>
+    <ClInclude Include="..\platform\graphics\ca\PlatformCAFilters.h">
+      <Filter>platform\graphics\ca</Filter>
+    </ClInclude>
   </ItemGroup>
   <ItemGroup>
     <None Include="..\css\CSSGrammar.y.in">
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to