зеркало из https://github.com/mozilla/pjs.git
Changed reference to reflow command to a pointer to a reflow command
This commit is contained in:
Родитель
63046c8bfd
Коммит
6d84299cc2
|
@ -82,7 +82,7 @@ enum nsReflowReason {
|
|||
*/
|
||||
struct nsReflowState {
|
||||
nsReflowReason reason; // the reason for the reflow
|
||||
// nsReflowCommand& reflowCommand; // only used for incremental changes
|
||||
nsReflowCommand* reflowCommand; // only used for incremental changes
|
||||
nsSize maxSize; // the available space in which to reflow
|
||||
};
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ enum nsReflowReason {
|
|||
*/
|
||||
struct nsReflowState {
|
||||
nsReflowReason reason; // the reason for the reflow
|
||||
// nsReflowCommand& reflowCommand; // only used for incremental changes
|
||||
nsReflowCommand* reflowCommand; // only used for incremental changes
|
||||
nsSize maxSize; // the available space in which to reflow
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче