Closed
Bug 1182744
Opened 10 years ago
Closed 10 years ago
Make MaskLayerImageKey::mLayerCount and its mutators private
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(1 file)
|
4.07 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
As requested, this patch makes mLayerCount and it's mutators private, and exposes only a HasZeroLayerCount method. The way to manage mLayerCount under this system is to use MaskLayerImageKeyRef, which is now a friend class of MaskLayerImageKey.
Attachment #8632403 -
Flags: review?(dholbert)
Comment 2•10 years ago
|
||
(In reply to Michael Layzell [:mystor] from comment #1)
> As requested
(in bug 1073219 comment 13, for reference)
Comment 3•10 years ago
|
||
Comment on attachment 8632403 [details] [diff] [review]
Make MaskLayerImageKey::mLayerCount and its mutators private
Looks good to me! Thanks for keeping the constructor init-lists in order, too. :)
Attachment #8632403 -
Flags: review?(dholbert) → review+
Comment 4•10 years ago
|
||
(Technically "Layer"-flavored files in the layout/ directory belong in bugzilla-component "Graphics::Layers". --> reclassifying.)
Component: Layout → Graphics: Layers
Version: unspecified → Trunk
Updated•10 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Added bug number and "r=dholbert" to commit message (please include those up-front in the future; sorry for not mentioning that in review comments), and landed:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e50aeaca001a
Updated•10 years ago
|
Flags: in-testsuite-
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•