aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrGpu.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-18 18:23:59 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-11-18 18:23:59 +0000
commite1d3127ed4d5f5a1fca462b8faebbde52b000e1e (patch)
tree71be8d0aa56a22df2ddabb694402a21682730105 /src/gpu/GrGpu.h
parent598a1ff72ae06d96b53540307777be665800cece (diff)
Revert 2714 for debugging of test failure
git-svn-id: http://skia.googlecode.com/svn/trunk@2715 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrGpu.h')
-rw-r--r--src/gpu/GrGpu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h
index 2f36b76a92..9b39319f4f 100644
--- a/src/gpu/GrGpu.h
+++ b/src/gpu/GrGpu.h
@@ -195,13 +195,6 @@ public:
}
/**
- * Same as above but applies to writeTexturePixels
- */
- virtual GrPixelConfig preferredWritePixelsConfig(GrPixelConfig config) {
- return config;
- }
-
- /**
* OpenGL's readPixels returns the result bottom-to-top while the skia
* API is top-to-bottom. Thus we have to do a y-axis flip. The obvious
* solution is to have the subclass do the flip using either the CPU or GPU.