зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1450134. Remove ToRelativeLayoutPoint(). r=kats
It's completely unused. --HG-- extra : rebase_source : 235f41e637502a7d44292faea4b003e60c460dcb
This commit is contained in:
Родитель
5b5492e588
Коммит
04e6e86d0f
|
@ -60,12 +60,6 @@ public:
|
|||
// We also round the rectangle to ints after transforming since the output
|
||||
// is the final destination rect.
|
||||
wr::LayoutRect ToRelativeLayoutRect(const LayoutDeviceRect& aRect) const;
|
||||
// Same but for points
|
||||
wr::LayoutPoint ToRelativeLayoutPoint(const LayoutDevicePoint& aPoint) const
|
||||
{
|
||||
return wr::ToLayoutPoint(aPoint);
|
||||
}
|
||||
|
||||
|
||||
// Export the inherited scale
|
||||
gfx::Size GetInheritedScale() const { return mScale; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче