diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-28 20:59:13 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-06-28 20:59:13 +0000 |
commit | 5088eb49fedac4180e2d5822e2636b3c6edeef9a (patch) | |
tree | 29772117c92bde0786e30f02197ffaf691b1082e /src/gpu | |
parent | d881bc194d7c24294029b5c08e6e549a9fd9b6f3 (diff) |
Moved SkGrTexturePixelRef to SkGrPixelRef
http://codereview.appspot.com/6344054/
git-svn-id: http://skia.googlecode.com/svn/trunk@4397 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu')
-rw-r--r-- | src/gpu/SkGpuDevice.cpp | 2 | ||||
-rw-r--r-- | src/gpu/SkGrPixelRef.cpp (renamed from src/gpu/SkGrTexturePixelRef.cpp) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp index c0feff22af..ee0d3c1032 100644 --- a/src/gpu/SkGpuDevice.cpp +++ b/src/gpu/SkGpuDevice.cpp @@ -14,7 +14,7 @@ #include "GrDefaultTextContext.h" #include "GrTextContext.h" -#include "SkGrTexturePixelRef.h" +#include "SkGrPixelRef.h" #include "SkColorFilter.h" #include "SkDrawProcs.h" diff --git a/src/gpu/SkGrTexturePixelRef.cpp b/src/gpu/SkGrPixelRef.cpp index 33577f6283..4359da2d3e 100644 --- a/src/gpu/SkGrTexturePixelRef.cpp +++ b/src/gpu/SkGrPixelRef.cpp @@ -8,7 +8,7 @@ -#include "SkGrTexturePixelRef.h" +#include "SkGrPixelRef.h" #include "GrContext.h" #include "GrTexture.h" #include "SkGr.h" |