From 895274391db8df7357334aec260edca2e1735626 Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Fri, 16 Dec 2016 09:52:16 -0500 Subject: move src/gpu/batches -> src/gpu/ops Change-Id: I6410eae41f051ce38bef6f38d670924c3483c325 Reviewed-on: https://skia-review.googlesource.com/6163 Commit-Queue: Brian Salomon Reviewed-by: Brian Osman --- tests/GrPorterDuffTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/GrPorterDuffTest.cpp') diff --git a/tests/GrPorterDuffTest.cpp b/tests/GrPorterDuffTest.cpp index 27573b0b42..e568e50e04 100644 --- a/tests/GrPorterDuffTest.cpp +++ b/tests/GrPorterDuffTest.cpp @@ -14,9 +14,9 @@ #include "GrGpu.h" #include "GrResourceProvider.h" #include "GrXferProcessor.h" -#include "batches/GrMeshDrawOp.h" #include "effects/GrPorterDuffXferProcessor.h" #include "gl/GrGLCaps.h" +#include "ops/GrMeshDrawOp.h" //////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3