From ced90108b763b1eb3bd7f78b5614d4643b577a24 Mon Sep 17 00:00:00 2001 From: egdaniel Date: Fri, 5 Dec 2014 12:40:52 -0800 Subject: [PATCH] Fix include for GrPortderDuffXferProcessor.cpp TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/771353005 --- gyp/gpu.gyp | 2 -- src/gpu/effects/GrPorterDuffXferProcessor.cpp | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp index 84af64a..6319456 100644 --- a/gyp/gpu.gyp +++ b/gyp/gpu.gyp @@ -74,7 +74,6 @@ ], 'include_dirs': [ '../include/gpu', - '../include/gpu/effects', ], }, }, @@ -95,7 +94,6 @@ ], 'include_dirs': [ '../include/gpu', - '../include/gpu/effects', '../src/core', '../src/gpu', ], diff --git a/src/gpu/effects/GrPorterDuffXferProcessor.cpp b/src/gpu/effects/GrPorterDuffXferProcessor.cpp index 5c842a8..04a7b1f 100644 --- a/src/gpu/effects/GrPorterDuffXferProcessor.cpp +++ b/src/gpu/effects/GrPorterDuffXferProcessor.cpp @@ -5,7 +5,7 @@ * found in the LICENSE file. */ -#include "GrPorterDuffXferProcessor.h" +#include "effects/GrPorterDuffXferProcessor.h" #include "GrDrawState.h" #include "GrInvariantOutput.h" -- 2.7.4