Open
Bug 1254910
Opened 9 years ago
Updated 3 years ago
Comment for explaining PAINT_NO_COMPOSITE in nsDisplayList.h
Categories
(Core :: Graphics, defect, P3)
Core
Graphics
Tracking
()
NEW
People
(Reporter: u459114, Unassigned)
Details
(Whiteboard: gfx-noted)
We have five flags:
enum {
PAINT_DEFAULT = 0,
PAINT_USE_WIDGET_LAYERS = 0x01,
PAINT_EXISTING_TRANSACTION = 0x04,
PAINT_NO_COMPOSITE = 0x08,
PAINT_COMPRESSED = 0x10
};
But the comment of PaintFrame only explain four or them.
Whiteboard: gfx-noted
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•