aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
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 /gyp
parentd881bc194d7c24294029b5c08e6e549a9fd9b6f3 (diff)
Moved SkGrTexturePixelRef to SkGrPixelRef
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gpu.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 381d6bcc5e..40d5c28b60 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',