зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1326409 Part 1 - Annotate EllipseShapeInfo as 'final'. r=dholbert
MozReview-Commit-ID: IReCWO8JRSQ
This commit is contained in:
Родитель
5aa31ac64d
Коммит
45e26b7d07
|
@ -462,7 +462,7 @@ private:
|
|||
};
|
||||
|
||||
// Implements shape-outside: circle() and shape-outside: ellipse().
|
||||
class EllipseShapeInfo : public ShapeInfo
|
||||
class EllipseShapeInfo final : public ShapeInfo
|
||||
{
|
||||
public:
|
||||
EllipseShapeInfo(const nsPoint& aCenter,
|
||||
|
@ -486,7 +486,7 @@ private:
|
|||
mCenter.MoveBy(aLineLeft, aBlockStart);
|
||||
}
|
||||
|
||||
protected:
|
||||
private:
|
||||
// The position of the center of the ellipse. The coordinate space is the
|
||||
// same as FloatInfo::mRect.
|
||||
nsPoint mCenter;
|
||||
|
|
Загрузка…
Ссылка в новой задаче