diff options
author | robertphillips <robertphillips@google.com> | 2016-08-03 14:26:53 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-08-03 14:26:53 -0700 |
commit | 4fd74aec9f6c68c66483bcc6735793440b1ba184 (patch) | |
tree | 2dc927157414e8393d1e31dff5c3fbcd873a883d /gyp | |
parent | 4db3b7969f62f5ddbf32bd812b9510af018ece89 (diff) |
Move GrContext::makeDrawContext to new GrContextPriv object
We don't want external clients to be able to call the wrapping makeDrawContext. The "creating" makeDrawContext needs to be public for external image filters.
The 3 specialized drawContext creators on GrContextPriv (to wrap backend objects) are also to be kept from public use and will be used to remove SkSurface::MakeRenderTargetDirect.
Split out of: https://codereview.chromium.org/2176333002/ (Remove SkSurface::MakeRenderTargetDirect)
TBR=bsalomon@google.com
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2211473002
Review-Url: https://codereview.chromium.org/2211473002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 9b4a98af1d..e6291a3296 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -88,6 +88,7 @@ '<(skia_src_path)/gpu/GrClipMaskManager.cpp', '<(skia_src_path)/gpu/GrColorSpaceXform.cpp', '<(skia_src_path)/gpu/GrContext.cpp', + '<(skia_src_path)/gpu/GrContextPriv.h', '<(skia_src_path)/gpu/GrCoordTransform.cpp', '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.cpp', '<(skia_src_path)/gpu/GrDefaultGeoProcFactory.h', |