diff options
author | bsalomon <bsalomon@google.com> | 2015-05-04 10:36:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-04 10:36:43 -0700 |
commit | ed0bcad9c8147fd37c23bdda00ec27ec9ef8d66b (patch) | |
tree | 5eba6a70d867c2e7124f06a9670088afe9cd0d99 /gyp | |
parent | d8ed1b64a6c85a8364c23e825164b7bebb43a3a0 (diff) |
Move instanced index buffer creation to flush time
Committed: https://skia.googlesource.com/skia/+/ab622c7b8cc8c39f0a594e4392b9e31b7e1ddb26
Review URL: https://codereview.chromium.org/1116943004
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 4d2549e2fd..3944a0355e 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -167,6 +167,8 @@ '<(skia_src_path)/gpu/GrReducedClip.h', '<(skia_src_path)/gpu/GrResourceCache.cpp', '<(skia_src_path)/gpu/GrResourceCache.h', + '<(skia_src_path)/gpu/GrResourceProvider.cpp', + '<(skia_src_path)/gpu/GrResourceProvider.h', '<(skia_src_path)/gpu/GrStencil.cpp', '<(skia_src_path)/gpu/GrStencil.h', '<(skia_src_path)/gpu/GrStencilAndCoverPathRenderer.cpp', |