Bug 52490

Summary: Make it possible for TransformationMatrix to have platform specific implementations
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: d-r, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Chris Marrin 2011-01-14 15:32:31 PST
Today, TransformationMatrix is in platform/graphics, but there are no platform specific implementations other than the casting operators. PLATFORM(CA) and probably others could take advantage of optimized matrix operations if they were made platform specific.