mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 09:19:28 +00:00
Bug 1231256 (part 5) - Remove dead FromCSSPerspectiveInfo() function. r=vlad.
--HG-- extra : rebase_source : 495ec764ff035ec24a7c554469cb3837d8027570
This commit is contained in:
parent
366206badc
commit
d460857c94
@ -32,15 +32,6 @@ enum class VRHMDType : uint16_t {
|
||||
};
|
||||
|
||||
struct VRFieldOfView {
|
||||
static VRFieldOfView FromCSSPerspectiveInfo(double aPerspectiveDistance,
|
||||
const Point& aPerspectiveOrigin,
|
||||
const Point& aTransformOrigin,
|
||||
const Rect& aContentRectangle)
|
||||
{
|
||||
/**/
|
||||
return VRFieldOfView();
|
||||
}
|
||||
|
||||
VRFieldOfView() {}
|
||||
VRFieldOfView(double up, double right, double down, double left)
|
||||
: upDegrees(up), rightDegrees(right), downDegrees(down), leftDegrees(left)
|
||||
|
Loading…
x
Reference in New Issue
Block a user