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/gyp/gpu.gyp b/gyp/gpu.gyp
index 381d6bc..40d5c28 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -103,7 +103,7 @@
         '../include/gpu/SkGpuCanvas.h',
         '../include/gpu/SkGpuDevice.h',
         '../include/gpu/SkGr.h',
-        '../include/gpu/SkGrTexturePixelRef.h',
+        '../include/gpu/SkGrPixelRef.h',
 
         '../include/gpu/gl/SkGLContext.h',
         '../include/gpu/gl/SkMesaGLContext.h',
@@ -116,7 +116,7 @@
         '../src/gpu/SkGpuDevice.cpp',
         '../src/gpu/SkGr.cpp',
         '../src/gpu/SkGrFontScaler.cpp',
-        '../src/gpu/SkGrTexturePixelRef.cpp',
+        '../src/gpu/SkGrPixelRef.cpp',
 
         '../src/gpu/gl/SkGLContext.cpp',
         '../src/gpu/gl/SkNullGLContext.cpp',
diff --git a/include/gpu/SkGrTexturePixelRef.h b/include/gpu/SkGrPixelRef.h
similarity index 100%
rename from include/gpu/SkGrTexturePixelRef.h
rename to include/gpu/SkGrPixelRef.h
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"
diff --git a/src/gpu/SkGrTexturePixelRef.cpp b/src/gpu/SkGrPixelRef.cpp
similarity index 99%
rename from src/gpu/SkGrTexturePixelRef.cpp
rename to src/gpu/SkGrPixelRef.cpp
index 33577f6..4359da2 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"