aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PrimitiveProcessorTest.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-07 17:06:19 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-07 23:36:31 +0000
commit742e31de1599f3902810aecdf2e2e3eed3b40a09 (patch)
treebbac738ec7cecce88712ad2df993933c8888305e /tests/PrimitiveProcessorTest.cpp
parent42521e891081a7a85db4390a457074054649f194 (diff)
Rename GrBatchFlushState to GrOpFlushState
Change-Id: I1a8052c61d7624929caf45ba44e2a465cd0dc1c2 Reviewed-on: https://skia-review.googlesource.com/5649 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'tests/PrimitiveProcessorTest.cpp')
-rw-r--r--tests/PrimitiveProcessorTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PrimitiveProcessorTest.cpp b/tests/PrimitiveProcessorTest.cpp
index 10891b7fcc..816b4e45a2 100644
--- a/tests/PrimitiveProcessorTest.cpp
+++ b/tests/PrimitiveProcessorTest.cpp
@@ -11,7 +11,7 @@
#include "Test.h"
#if SK_SUPPORT_GPU
-#include "GrBatchFlushState.h"
+#include "GrOpFlushState.h"
#include "GrContext.h"
#include "GrGeometryProcessor.h"
#include "GrGpu.h"