1. The order of overloaded methods in vtable is opposite to their order in the .idl file. For example, the first method of IDCompositionVisual should be SetOffsetXAnimation() instead of SetOffsetX().
2. Method names for IDCompositionRotateTransform3D are wrong due to a copy paste error.
-- v2: include: Fix dcomp.idl method name and order.