commit | d698f77c13d97c61109b861eac4d25b14a5de935 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 13:22:00 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Oct 25 13:22:00 2012 +0000 |
tree | b50cc0b91b09b901758729470ac04a64df9d22d5 | |
parent | 021fc736f89fddac4f26b3f32f50263ff8fe3279 [diff] [blame] |
GrGLProgramStage Renaming Part 1. Renamed cpp and h s/GrGLProgramStage/GrGLEffect/ Review URL: https://codereview.appspot.com/6759054 git-svn-id: http://skia.googlecode.com/svn/trunk@6090 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/effects/GrTextureDomainEffect.cpp b/src/gpu/effects/GrTextureDomainEffect.cpp index 1203392..ca54794 100644 --- a/src/gpu/effects/GrTextureDomainEffect.cpp +++ b/src/gpu/effects/GrTextureDomainEffect.cpp
@@ -6,7 +6,7 @@ */ #include "GrTextureDomainEffect.h" -#include "gl/GrGLProgramStage.h" +#include "gl/GrGLEffect.h" #include "GrProgramStageFactory.h" class GrGLTextureDomainEffect : public GrGLLegacyProgramStage {