Skip to content

Commit

Permalink
A'
Browse files Browse the repository at this point in the history
  • Loading branch information
msft-Jeyaram committed Mar 30, 2017
1 parent b7fe36f commit 2b88b17
Show file tree
Hide file tree
Showing 2 changed files with 848 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Frameworks/CoreGraphics/CGPattern.mm
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
#import <Starboard.h>
#import <CFCppBase.h>
#import <CoreGraphics/CGBitmapContext.h>
#import "LoggingNative.h"
#import "CGPatternInternal.h"
#import "CGContextInternal.h"

static const wchar_t* TAG = L"CGPattern";

struct __CGPattern : CoreFoundation::CppBase<__CGPattern> {
__CGPattern(CGImageRef image) : _simpleImage(image), _transformMatrix(CGAffineTransformIdentity) {
}
Expand Down
Loading

0 comments on commit 2b88b17

Please sign in to comment.