Move GrTextureProvider to src
authorBrian Osman <brianosman@google.com>
Wed, 1 Mar 2017 18:41:52 +0000 (13:41 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Wed, 1 Mar 2017 19:20:05 +0000 (19:20 +0000)
commit24429c68c56683252e3fc2a79d9b660eaf96ec0c
tree3855160ba4dca65d7596e1dd9a60e6a707d60b28
parent7b98dc277570a6c74a7d0e9fc294aa0d1609f989
Move GrTextureProvider to src

With this hidden, we can make further simplification. Just want to test
this change against our external clients first, to make sure we're okay
to proceed.

BUG=skia:

Change-Id: I47f8c8f2912201c2890bc2f9a9d68aa92649a2d4
Reviewed-on: https://skia-review.googlesource.com/9072
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
24 files changed:
gn/gpu.gni
include/gpu/GrContext.h
src/core/SkImageCacherator.cpp
src/effects/SkBlurMaskFilter.cpp
src/gpu/GrBitmapTextureMaker.cpp
src/gpu/GrTextureAdjuster.cpp
src/gpu/GrTextureMaker.cpp
src/gpu/GrTextureProvider.h [moved from include/gpu/GrTextureProvider.h with 100% similarity]
src/gpu/SkGr.cpp
src/gpu/effects/GrTextureStripAtlas.cpp
src/image/SkImage_Gpu.cpp
tests/FloatingPointTextureTest.cpp
tests/GrSurfaceTest.cpp
tests/ImageFilterCacheTest.cpp
tests/ImageStorageTest.cpp
tests/IntTextureTest.cpp
tests/PackedConfigsTextureTest.cpp
tests/ProxyConversionTest.cpp
tests/ProxyRefTest.cpp
tests/ProxyTest.cpp
tests/ReadPixelsTest.cpp
tests/ReadWriteAlphaTest.cpp
tests/SRGBMipMapTest.cpp
tests/SRGBReadWritePixelsTest.cpp