aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-05-20 11:14:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-20 11:14:33 -0700
commit87f15c8ff11ad2bfb0c6711d7837020a50fe7fb8 (patch)
treefc3899058560ca294ba062de98c3246db3c225d2 /bench
parentf2c96a2a6fa22c674083db701d15702636f9d5fc (diff)
Retract GrRenderTarget from GrTestTarget
Split out of: https://codereview.chromium.org/1988923002/ (Declassify GrClipMaskManager and Remove GrRenderTarget and GrDrawTarget from GrPipelineBuilder) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=2004433002 Review-Url: https://codereview.chromium.org/2004433002
Diffstat (limited to 'bench')
-rw-r--r--bench/GLBench.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/GLBench.cpp b/bench/GLBench.cpp
index 524bfe1109..8cf41c2056 100644
--- a/bench/GLBench.cpp
+++ b/bench/GLBench.cpp
@@ -8,7 +8,9 @@
#include "GLBench.h"
#if SK_SUPPORT_GPU
+#include "GrGpu.h"
#include "GrTest.h"
+#include "gl/GrGLContext.h"
#include <stdio.h>
const GrGLContext* GLBench::getGLContext(SkCanvas* canvas) {