Merge GrClipMaskManager into GrClipStackClip
authorcsmartdalton <csmartdalton@google.com>
Sat, 6 Aug 2016 05:32:12 +0000 (22:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Sat, 6 Aug 2016 05:32:12 +0000 (22:32 -0700)
commitc6f411e72b1fea6608f540f64a57bcacbe3378cd
tree73771d2a0b8b11fbc632879daaaf01cabfde288d
parent4c1abdcd21d65bb34a6b4aea969ef4485e117e67
Merge GrClipMaskManager into GrClipStackClip

TBR=bsalomon@google.com
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2196393007

Review-Url: https://codereview.chromium.org/2196393007
14 files changed:
gyp/gpu.gypi
include/gpu/GrClip.h
include/gpu/GrContext.h
include/gpu/GrDrawContext.h
src/gpu/GrBlurUtils.cpp
src/gpu/GrClip.cpp
src/gpu/GrClipStackClip.cpp [moved from src/gpu/GrClipMaskManager.cpp with 88% similarity]
src/gpu/GrClipStackClip.h [moved from src/gpu/GrClipMaskManager.h with 66% similarity]
src/gpu/GrDrawTarget.cpp
src/gpu/GrDrawTarget.h
src/gpu/GrSWMaskHelper.h
src/gpu/GrStencilAttachment.h
src/gpu/SkGpuDevice.h
tests/ClipBoundsTest.cpp