aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
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
parentd881bc194d7c24294029b5c08e6e549a9fd9b6f3 (diff)
Moved SkGrTexturePixelRef to SkGrPixelRef
Diffstat (limited to 'src/gpu')
-rw-r--r--src/gpu/SkGpuDevice.cpp2
-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"