Closed
Bug 1215356
Opened 10 years ago
Closed 10 years ago
when setting a display port, schedule paint on the display root frame, not the root frame
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla45
People
(Reporter: tnikkel, Assigned: tnikkel)
Details
Attachments
(1 file)
1.27 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Noticed this while looking at bug 1208780. Don't know if it's causing any problems, but we should do this properly anyways.
Attachment #8674620 -
Flags: review?(matt.woodrow)
Comment 2•10 years ago
|
||
Comment on attachment 8674620 [details] [diff] [review]
patch
Review of attachment 8674620 [details] [diff] [review]:
-----------------------------------------------------------------
nsIFrame::SchedulePaint already calls nsLayoutUtils::GetDisplayRootFrame, so we can just call frame->SchedulePaint().
Attachment #8674620 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Oh yes of course.
Assignee | ||
Comment 4•10 years ago
|
||
Comment 6•10 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 7•10 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•