commit | 5088eb49fedac4180e2d5822e2636b3c6edeef9a | [log] [tgz] |
---|---|---|
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 28 20:59:13 2012 +0000 |
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 28 20:59:13 2012 +0000 |
tree | 29772117c92bde0786e30f02197ffaf691b1082e | |
parent | d881bc194d7c24294029b5c08e6e549a9fd9b6f3 [diff] [blame] |
Moved SkGrTexturePixelRef to SkGrPixelRef http://codereview.appspot.com/6344054/ git-svn-id: http://skia.googlecode.com/svn/trunk@4397 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp index c0feff2..ee0d3c1 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"