aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/SkGpuDevice.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-28 20:59:13 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-06-28 20:59:13 +0000
commit5088eb49fedac4180e2d5822e2636b3c6edeef9a (patch)
tree29772117c92bde0786e30f02197ffaf691b1082e /src/gpu/SkGpuDevice.cpp
parentd881bc194d7c24294029b5c08e6e549a9fd9b6f3 (diff)
Moved SkGrTexturePixelRef to SkGrPixelRef
Diffstat (limited to 'src/gpu/SkGpuDevice.cpp')
-rw-r--r--src/gpu/SkGpuDevice.cpp2
1 files changed, 1 insertions, 1 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"