Title: [145480] trunk/Source/WebCore
- Revision
- 145480
- Author
- [email protected]
- Date
- 2013-03-11 22:37:50 -0700 (Mon, 11 Mar 2013)
Log Message
Fix Windows build.
* platform/graphics/ca/win/PlatformCAAnimationWin.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (145479 => 145480)
--- trunk/Source/WebCore/ChangeLog 2013-03-12 05:23:08 UTC (rev 145479)
+++ trunk/Source/WebCore/ChangeLog 2013-03-12 05:37:50 UTC (rev 145480)
@@ -1,3 +1,9 @@
+2013-03-11 Simon Fraser <[email protected]>
+
+ Fix Windows build.
+
+ * platform/graphics/ca/win/PlatformCAAnimationWin.cpp:
+
2013-03-11 Tim Horton <[email protected]>
Unreviewed build fix after http://trac.webkit.org/changeset/145472.
Modified: trunk/Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp (145479 => 145480)
--- trunk/Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp 2013-03-12 05:23:08 UTC (rev 145479)
+++ trunk/Source/WebCore/platform/graphics/ca/win/PlatformCAAnimationWin.cpp 2013-03-12 05:37:50 UTC (rev 145480)
@@ -555,18 +555,4 @@
CACFAnimationSetTimingFunctions(m_animation.get(), CACFAnimationGetTimingFunctions(value->platformAnimation()));
}
-#if ENABLE(CSS_FILTERS)
-int PlatformCAAnimation::numAnimatedFilterProperties(FilterOperation::OperationType)
-{
- // FIXME: Hardware filter animation not implemented on Windows
- return 0;
-}
-
-const char* PlatformCAAnimation::animatedFilterPropertyName(FilterOperation::OperationType, int)
-{
- // FIXME: Hardware filter animation not implemented on Windows
- return "";
-}
-#endif
-
#endif // USE(ACCELERATED_COMPOSITING)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes