move GrPixelRef headers to private (as we work to eliminate them)

BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2150693002

Review-Url: https://codereview.chromium.org/2150693002
This commit is contained in:
reed 2016-07-13 13:43:49 -07:00 committed by Commit bot
parent 97f6cd5d0f
commit 9f01276464
3 changed files with 2 additions and 2 deletions

View File

@ -426,16 +426,16 @@
# Sk files
'<(skia_include_path)/gpu/SkGr.h',
'<(skia_include_path)/gpu/SkGrPixelRef.h',
'<(skia_include_path)/gpu/SkGrTexturePixelRef.h',
'<(skia_src_path)/gpu/SkGpuDevice.cpp',
'<(skia_src_path)/gpu/SkGpuDevice.h',
'<(skia_src_path)/gpu/SkGpuDevice_drawTexture.cpp',
'<(skia_src_path)/gpu/SkGr.cpp',
'<(skia_src_path)/gpu/SkGrPixelRef.cpp',
'<(skia_src_path)/gpu/SkGrPixelRef.h',
'<(skia_src_path)/gpu/SkGrPriv.h',
'<(skia_src_path)/gpu/SkGrTexturePixelRef.cpp',
'<(skia_src_path)/gpu/SkGrTexturePixelRef.h',
'<(skia_src_path)/image/SkImage_Gpu.h',
'<(skia_src_path)/image/SkImage_Gpu.cpp',