commit | b7bfbc299aaeab626e9ace51598d4fe75d163831 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Wed Jul 01 12:55:01 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jul 01 17:32:14 2020 +0000 |
tree | 584c14d59b0593570b7a8317ff716b7f1687b9bb | |
parent | 832936beeb97cf8bbc0909b9af74ef468a833ac5 [diff] [blame] |
Move GrRecordingContext.h and GrDirectContext.h into include/gpu External clients will need access to these classes once GrContext goes away. This is a purely mechanical CL. Bug: skia:10441 Change-Id: I7ffeb29d88bcc0f012412fba911e8362d046e24a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/300206 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/ops/GrStencilAndCoverPathRenderer.cpp b/src/gpu/ops/GrStencilAndCoverPathRenderer.cpp index 134a8f4..48e5d47 100644 --- a/src/gpu/ops/GrStencilAndCoverPathRenderer.cpp +++ b/src/gpu/ops/GrStencilAndCoverPathRenderer.cpp
@@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "include/private/GrRecordingContext.h" +#include "include/gpu/GrRecordingContext.h" #include "src/gpu/GrCaps.h" #include "src/gpu/GrGpu.h" #include "src/gpu/GrPath.h"