diff options
author | Greg Daniel <egdaniel@google.com> | 2017-06-15 16:06:47 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-06-15 21:07:21 +0000 |
commit | 2bd381bffd36cdcffacf606d952547ce66fed7e9 (patch) | |
tree | 4615668e4e6ea616d13419eb4fec0907f75864a4 /gn | |
parent | 10978a6eade1031881bc1793d01ec6d841519778 (diff) |
Remove Gr*Gpu includes from header files.
Some general cleanup to try to keep use of the backend gpu class in cpps.
Bug: skia:
Change-Id: I1a28e0e5c2e55562b3fff56c284c3405b5b6d8bc
Reviewed-on: https://skia-review.googlesource.com/20057
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gpu.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index 2547981f5a..86f76742cc 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -402,6 +402,7 @@ skia_gpu_sources = [ "$_src/gpu/gl/GrGLProgramDataManager.h", "$_src/gpu/gl/GrGLRenderTarget.cpp", "$_src/gpu/gl/GrGLRenderTarget.h", + "$_src/gpu/gl/GrGLSemaphore.cpp", "$_src/gpu/gl/GrGLSemaphore.h", "$_src/gpu/gl/GrGLStencilAttachment.cpp", "$_src/gpu/gl/GrGLStencilAttachment.h", |