diff options
author | egdaniel <egdaniel@google.com> | 2014-09-26 06:15:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-26 06:15:04 -0700 |
commit | 89af44a0f1323dc136b238c00ccf143e15abb243 (patch) | |
tree | 24993a0a51b35b8b1d55ebf7e2375de56d11261f /gyp | |
parent | fbe8d890ce45035daabc54574f94354db89d99ae (diff) |
Split GrDrawState and GrOptDrawState into separate classes and remove base class.
Besides splitting the two classes, there are no logical changes here and mostly moving code around.
BUG=skia:
R=bsalomon@google.com
Author: egdaniel@google.com
Review URL: https://codereview.chromium.org/597323002
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index ebc07b264b..ec7ced4dab 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -132,8 +132,6 @@ '<(skia_src_path)/gpu/GrResourceCache.h', '<(skia_src_path)/gpu/GrResourceCache2.cpp', '<(skia_src_path)/gpu/GrResourceCache2.h', - '<(skia_src_path)/gpu/GrRODrawState.cpp', - '<(skia_src_path)/gpu/GrRODrawState.h', '<(skia_src_path)/gpu/GrStencil.cpp', '<(skia_src_path)/gpu/GrStencil.h', '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |