зеркало из https://github.com/mozilla/pjs.git
Remove unused virtual functions. r+sr=tor
This commit is contained in:
Родитель
79436ce908
Коммит
57caa6efc1
|
@ -88,11 +88,6 @@ public:
|
|||
NS_IMETHOD PaintSVG(nsSVGRenderState *aContext, nsRect *aDirtyRect);
|
||||
NS_IMETHOD GetFrameForPointSVG(float x, float y, nsIFrame** hit);
|
||||
|
||||
// nsSVGGeometryFrame overload:
|
||||
// Lie about our fill/stroke so hit detection works
|
||||
virtual nsresult GetStrokePaintType() { return eStyleSVGPaintType_None; }
|
||||
virtual nsresult GetFillPaintType() { return eStyleSVGPaintType_Color; }
|
||||
|
||||
// nsSVGPathGeometryFrame methods:
|
||||
virtual PRUint16 GetHittestMask();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче