Closed
Bug 982698
Opened 11 years ago
Closed 11 years ago
FilterNodeD2D1 needs to support DataSourceSurface input surfaces
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: mstange, Assigned: mstange)
References
Details
Attachments
(1 file, 3 obsolete files)
4.52 KB,
patch
|
bas.schouten
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
This is what I had in mind. I haven't tested it yet.
Assignee | ||
Updated•11 years ago
|
Attachment #8390453 -
Flags: review?(bas)
Comment 3•11 years ago
|
||
Comment on attachment 8390453 [details] [diff] [review]
v2
Review of attachment 8390453 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/2d/DrawTargetD2D.cpp
@@ +5,5 @@
>
> #include <initguid.h>
> #include "DrawTargetD2D.h"
> #include "SourceSurfaceD2D.h"
> +#include "SourceSurfaceD2D1.h"
You'll need to include/compile this conditionally I think? Unless we've finally moved everyone to the Windows 8 SDK?
Attachment #8390453 -
Flags: review?(bas)
Attachment #8390453 -
Flags: review-
Attachment #8390453 -
Flags: feedback+
Comment 4•11 years ago
|
||
Attachment #8390453 -
Attachment is obsolete: true
Attachment #8400855 -
Flags: review?(bas)
Comment 5•11 years ago
|
||
Attachment #8400855 -
Attachment is obsolete: true
Attachment #8400855 -
Flags: review?(bas)
Updated•11 years ago
|
Attachment #8401020 -
Flags: review?(bas)
Updated•11 years ago
|
Attachment #8401020 -
Flags: review?(bas) → review+
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
You need to log in
before you can comment on or make changes to this bug.
Description
•