Closed
Bug 898525
Opened 11 years ago
Closed 11 years ago
Separate out Gfx helpers into GfxMessageUtils.h
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
This helps us include less.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → jmuizelaar
Attachment #782042 -
Flags: review?(bent.mozilla)
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 782042 [details] [diff] [review]
Separate out Gfx helpers into GfxMessageUtils.h
Review of attachment 782042 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/layers/Layers.h
@@ +24,5 @@
> #include "nsStyleAnimation.h"
> #include "FrameMetrics.h"
> #include "mozilla/gfx/2D.h"
> #include "mozilla/TimeStamp.h"
> +//#include "mozilla/CanonicalRegion.h"
Ignore this hunk
Comment on attachment 782042 [details] [diff] [review]
Separate out Gfx helpers into GfxMessageUtils.h
Review of attachment 782042 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/ipc/GfxMessageUtils.h
@@ +599,5 @@
> +template<>
> +struct ParamTraits<mozilla::layers::TextureInfo>
> +{
> + typedef mozilla::layers::TextureInfo paramType;
> +
Nit: trailing whitespace here
Attachment #782042 -
Flags: review?(bent.mozilla) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•11 years ago
|
Blocks: includehell
You need to log in
before you can comment on or make changes to this bug.
Description
•