aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-15 10:50:36 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-15 10:50:36 -0700
commit6251d17dfadbbeba8a7e72affde5cbdbd0c0c95f (patch)
tree02d1820a4c30850049bb80565c802a30fc400019 /tests
parentc553b7a7172bab052eed8432856c85fd01601b27 (diff)
Split GrFragmentProcessor into its own header
Diffstat (limited to 'tests')
-rw-r--r--tests/GpuColorFilterTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GpuColorFilterTest.cpp b/tests/GpuColorFilterTest.cpp
index 90f22208d7..c8f563069f 100644
--- a/tests/GpuColorFilterTest.cpp
+++ b/tests/GpuColorFilterTest.cpp
@@ -10,7 +10,7 @@
#include "GrContext.h"
#include "GrContextFactory.h"
-#include "GrProcessor.h"
+#include "GrFragmentProcessor.h"
#include "SkColorFilter.h"
#include "SkGr.h"
#include "Test.h"