mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Setup first-letter-style to be off by default
This commit is contained in:
parent
937981b419
commit
74e1833184
@ -23,7 +23,7 @@
|
||||
#include "nsVoidArray.h"
|
||||
#include "nsTextReflow.h"
|
||||
|
||||
struct nsBlockReflowState;
|
||||
class nsBlockReflowState;
|
||||
class nsInlineReflow;
|
||||
class nsPlaceholderFrame;
|
||||
struct nsStyleDisplay;
|
||||
@ -53,7 +53,7 @@ public:
|
||||
mBRFrame = nsnull;
|
||||
mPlacedFrames.Clear();
|
||||
ForgetWordFrames();
|
||||
mFirstLetterStyleOK = 0 == mLineNumber;
|
||||
mFirstLetterStyleOK = PR_FALSE;
|
||||
}
|
||||
|
||||
// Add to the placed-frame count
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "nsVoidArray.h"
|
||||
#include "nsTextReflow.h"
|
||||
|
||||
struct nsBlockReflowState;
|
||||
class nsBlockReflowState;
|
||||
class nsInlineReflow;
|
||||
class nsPlaceholderFrame;
|
||||
struct nsStyleDisplay;
|
||||
@ -53,7 +53,7 @@ public:
|
||||
mBRFrame = nsnull;
|
||||
mPlacedFrames.Clear();
|
||||
ForgetWordFrames();
|
||||
mFirstLetterStyleOK = 0 == mLineNumber;
|
||||
mFirstLetterStyleOK = PR_FALSE;
|
||||
}
|
||||
|
||||
// Add to the placed-frame count
|
||||
|
Loading…
x
Reference in New Issue
Block a user