aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/beziereffects.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2015-11-11 12:01:09 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-11 12:01:09 -0800
commita13e202563979fd5076936606dcc1d660da8c632 (patch)
treeac377b3d24ac59902849302c3bf9f088083c2f42 /gm/beziereffects.cpp
parent084db25d47dbad3ffbd7d15c04b63d344b351f90 (diff)
Move GrBatchFlushState from GrDrawTarget to GrDrawingManager
This CL: moves the flushState disables immediate mode (it was proving difficult to implement) also moves the program unit test to the drawing manager BUG=skia:4094 TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/1437843002
Diffstat (limited to 'gm/beziereffects.cpp')
-rw-r--r--gm/beziereffects.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gm/beziereffects.cpp b/gm/beziereffects.cpp
index 81d5c583d8..5313919994 100644
--- a/gm/beziereffects.cpp
+++ b/gm/beziereffects.cpp
@@ -12,7 +12,6 @@
#if SK_SUPPORT_GPU
-#include "GrBatchFlushState.h"
#include "GrContext.h"
#include "GrPathUtils.h"
#include "GrTest.h"