Skip to content

Commit

Permalink
change issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-Jeyaram committed Nov 19, 2016
1 parent 88b85d5 commit 513f1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frameworks/CoreGraphics/CGImage.mm
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ CGImageRef CGImageCreateCopyWithColorSpace(CGImageRef ref, CGColorSpaceRef color
@Status Stub
*/
CGImageRef CGImageCreateWithMask(CGImageRef image, CGImageRef mask) {
// TODO #1124
// TODO #1425 - masks are applied during rendering via D2D.
RETURN_NULL_IF(!image);
UNIMPLEMENTED();
return StubReturn();
Expand Down

0 comments on commit 513f1ab

Please sign in to comment.