aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-06-01 10:22:03 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-01 14:47:31 +0000
commitfe50d9696a95717b994528cdfb99e433348c5ef3 (patch)
tree487d8871660aaf50eda4c774310deebefee2d324 /include
parenteb0e60f1ec2498f5cdba96708f25bd7929201aff (diff)
Remove GrSurface-based surfaceContext factories from GrContextPriv
This relies on both: https://skia-review.googlesource.com/c/13001/ (Rm makeRenderTargetContext in favor of deferred version) https://skia-review.googlesource.com/c/11125/ (Remove discard from GrRenderTarget & force it to always go through a RenderTargetContext) Change-Id: Ia06469a6fa0048e162fb769ed4a11e4773cfacca Reviewed-on: https://skia-review.googlesource.com/13130 Commit-Queue: Robert Phillips <robertphillips@google.com> Reviewed-by: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 0f3d925113..d107fc6fd6 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -10,7 +10,6 @@
#include "GrCaps.h"
#include "GrColor.h"
-#include "GrRenderTarget.h"
#include "SkMatrix.h"
#include "SkPathEffect.h"
#include "SkTypes.h"