зеркало из https://github.com/mozilla/gecko-dev.git
Added defines and comments indicating which parts of the frames reflow state are reserved
This commit is contained in:
Родитель
6d30c6dc81
Коммит
1de1edbd74
|
@ -110,6 +110,13 @@ typedef PRUint32 nsFrameState;
|
|||
// destroyed to allow these references to be cleared.
|
||||
#define NS_FRAME_EXTERNAL_REFERENCE 0x00000010
|
||||
|
||||
// The low 16 bits of the frame state word are reserved by this API.
|
||||
#define NS_FRAME_RESERVED 0x0000FFFF
|
||||
|
||||
// The upper 16 bits of the frame state word are reserved for frame
|
||||
// implementations.
|
||||
#define NS_FRAME_IMPL_RESERVED 0xFFFF0000
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
enum nsFramePaintLayer {
|
||||
|
|
|
@ -110,6 +110,13 @@ typedef PRUint32 nsFrameState;
|
|||
// destroyed to allow these references to be cleared.
|
||||
#define NS_FRAME_EXTERNAL_REFERENCE 0x00000010
|
||||
|
||||
// The low 16 bits of the frame state word are reserved by this API.
|
||||
#define NS_FRAME_RESERVED 0x0000FFFF
|
||||
|
||||
// The upper 16 bits of the frame state word are reserved for frame
|
||||
// implementations.
|
||||
#define NS_FRAME_IMPL_RESERVED 0xFFFF0000
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
|
||||
enum nsFramePaintLayer {
|
||||
|
|
Загрузка…
Ссылка в новой задаче