Skip to content

Commit

Permalink
Update Skia to 30229ac and fix build. (flutter#3602)
Browse files Browse the repository at this point in the history
* Update Skia to 30229ac and fix build.
* Update licenses.
chinmaygarde authored Apr 18, 2017
1 parent 82501f7 commit b4a02de
Showing 3 changed files with 156 additions and 165 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ vars = {
'fuchsia_git': 'https://fuchsia.googlesource.com',
'skia_git': 'https://skia.googlesource.com',
'github_git': 'https://github.com',
'skia_revision': '45a00cee88c0ea8ea175694cb94b26748713fe36',
'skia_revision': '30229ac6282981c28ced8f513c8d09684d9d0581',

# Note: When updating the Dart revision, ensure that all entries that are
# dependencies of dart are also updated
1 change: 0 additions & 1 deletion shell/platform/darwin/ios/framework/Source/FlutterView.mm
Original file line number Diff line number Diff line change
@@ -73,7 +73,6 @@ void SnapshotRasterizer(ftl::WeakPtr<shell::Rasterizer> rasterizer,

// Create a canvas from the backing store and a single use compositor context
// to draw into the canvas.
SkAutoLockPixels pixel_lock(bitmap, true);

SkCanvas canvas(bitmap);

318 changes: 155 additions & 163 deletions travis/licenses_golden/licenses_third_party

Large diffs are not rendered by default.

0 comments on commit b4a02de

Please sign in to comment.