Bug 44991

Summary: Get rid of wtf/Vector3 and wtf/Complex
Product: WebKit Reporter: Chris Marrin <cmarrin>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, crogers, kbr
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on: 44970    
Bug Blocks:    

Description Chris Marrin 2010-08-31 14:41:46 PDT
These were added for Web Audio support. But we are enhancing WebCore/platform/graphics/FloatPoint3D to do the functionality of Vector3. Once that work is done we should toss Vector3 and switch to using FloatPoint3D. 

Complex is a simple, audio specific wrapper around std::complex, so it should be moved to WebCore/platform/audio.
Comment 1 Anders Carlsson 2014-01-13 22:03:47 PST
This has been removed now.