mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll src/third_party/skia f3f50099533d..e30a485a68c9 (2 commits) (#11022)
https://skia.googlesource.com/skia.git/+log/f3f50099533d..e30a485a68c9 git log f3f50099533d..e30a485a68c9 --date=short --no-merges --format='%ad %ae %s' 2019-08-15 michaelludwig@google.com Move the source image into Context 2019-08-15 bsalomon@google.com Make GrSamplerState.h and GrRenderTarget.h private Created with: gclient setdep -r src/third_party/skia@e30a485a68c9 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. Bug: None TBR=scroggo@google.com
This commit is contained in:
parent
01bc17ac06
commit
52b6ddf284
2
DEPS
2
DEPS
@ -26,7 +26,7 @@ vars = {
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': 'f3f50099533d66974e12bd04292befbc515af821',
|
||||
'skia_revision': 'e30a485a68c9762b0679ad39851d455a0f7abc74',
|
||||
|
||||
# When updating the Dart revision, ensure that all entries that are
|
||||
# dependencies of Dart are also updated to match the entries in the
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 2f28c83d98ca3ed9d77f137ddb707d02
|
||||
Signature: 6c211470af466caa2c028b5294651a86
|
||||
|
||||
UNUSED LICENSES:
|
||||
|
||||
@ -1936,7 +1936,6 @@ FILE: ../../../third_party/skia/include/core/SkImageFilter.h
|
||||
FILE: ../../../third_party/skia/include/core/SkMatrix44.h
|
||||
FILE: ../../../third_party/skia/include/core/SkSize.h
|
||||
FILE: ../../../third_party/skia/include/effects/SkLayerDrawLooper.h
|
||||
FILE: ../../../third_party/skia/include/gpu/GrRenderTarget.h
|
||||
FILE: ../../../third_party/skia/include/gpu/GrTexture.h
|
||||
FILE: ../../../third_party/skia/include/gpu/gl/GrGLConfig.h
|
||||
FILE: ../../../third_party/skia/include/gpu/gl/GrGLConfig_chrome.h
|
||||
@ -2039,6 +2038,7 @@ FILE: ../../../third_party/skia/src/gpu/GrPathRenderer.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrPathRendererChain.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrPathRendererChain.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrRenderTarget.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrRenderTarget.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrStencilAttachment.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrStencilAttachment.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrStencilSettings.cpp
|
||||
@ -2707,7 +2707,6 @@ FILE: ../../../third_party/skia/include/core/SkTraceMemoryDump.h
|
||||
FILE: ../../../third_party/skia/include/effects/SkImageSource.h
|
||||
FILE: ../../../third_party/skia/include/effects/SkTableColorFilter.h
|
||||
FILE: ../../../third_party/skia/include/gpu/GrContextOptions.h
|
||||
FILE: ../../../third_party/skia/include/gpu/GrSamplerState.h
|
||||
FILE: ../../../third_party/skia/include/gpu/gl/GrGLTypes.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontMgr_android.h
|
||||
FILE: ../../../third_party/skia/include/ports/SkFontMgr_directory.h
|
||||
@ -2841,6 +2840,7 @@ FILE: ../../../third_party/skia/src/gpu/GrRenderTargetContext.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrRenderTargetPriv.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrResourceProvider.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrSamplerState.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTessellator.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTessellator.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GrTestUtils.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user