Closed
Bug 908726
Opened 11 years ago
Closed 11 years ago
Avoid including nsPresContext.h in Element for AppUnits
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
11.26 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
This is the first part that moves stuff out of nsDeviceContext.h. The second part will move it out of nsPresContext.h
Assignee | ||
Updated•11 years ago
|
Attachment #794734 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #794734 -
Flags: review?(ehsan) → review+
Updated•11 years ago
|
Blocks: includehell
Updated•11 years ago
|
Attachment #794734 -
Attachment is patch: true
Comment 2•11 years ago
|
||
Assignee: nobody → jmuizelaar
Comment 3•11 years ago
|
||
Comment on attachment 794734 [details] [diff] [review]
Move the definition of AppUnits out of nsDeviceContext and into AppUnits.h
Review of attachment 794734 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/src/AppUnits.h
@@ +2,5 @@
> +/* This Source Code Form is subject to the terms of the Mozilla Public
> + * License, v. 2.0. If a copy of the MPL was not distributed with this
> + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
> +
> +#ifndef _NS_APPUNITS_H_
mozilla_AppUnits_h
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•