commit | be9aff25bddc3eecf84d9c37af222ea40c261cb1 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Fri Feb 15 11:33:22 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Fri Feb 15 17:29:03 2019 +0000 |
tree | 8e372cb0599d1783e81dd5fa5268428236f68151 | |
parent | b27cc444b727524fc386b01bea87e64e00ce6d0c [diff] [blame] |
Remove GrContextPriv.h from GrRenderTargetContext.h Change-Id: Ib3afe6d8f2f9607eededb4dd4ef9dbe305741cfb Reviewed-on: https://skia-review.googlesource.com/c/192829 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/ops/GrDefaultPathRenderer.cpp b/src/gpu/ops/GrDefaultPathRenderer.cpp index 87ffadb..7b50162 100644 --- a/src/gpu/ops/GrDefaultPathRenderer.cpp +++ b/src/gpu/ops/GrDefaultPathRenderer.cpp
@@ -6,6 +6,8 @@ */ #include "GrDefaultPathRenderer.h" + +#include "GrCaps.h" #include "GrDefaultGeoProcFactory.h" #include "GrDrawOpTest.h" #include "GrFillRectOp.h"