mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 863264 - delete pointless initialization of mBoundingBox in gfxFont::RunMetrics constructor; r=BenWa
This commit is contained in:
parent
cce227c87c
commit
8eeb78adb2
@ -1383,7 +1383,6 @@ public:
|
||||
struct THEBES_API RunMetrics {
|
||||
RunMetrics() {
|
||||
mAdvanceWidth = mAscent = mDescent = 0.0;
|
||||
mBoundingBox = gfxRect(0,0,0,0);
|
||||
}
|
||||
|
||||
void CombineWith(const RunMetrics& aOther, bool aOtherIsOnLeft);
|
||||
|
Loading…
Reference in New Issue
Block a user