aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-03 19:12:29 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-03 19:12:29 +0000
commit54823c227d383308fb1732e83b566df6272d4bfb (patch)
treedcf8e7de1bb4452ff1e5e683a5bee7375af1dd28 /src/gpu/GrContext.cpp
parente38160c38c295a4d9cd2441727ebdc6e5f47e225 (diff)
Rolling back r4034 (Proposed plumbing to propagate save & restore)
Diffstat (limited to 'src/gpu/GrContext.cpp')
-rw-r--r--src/gpu/GrContext.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
index 076079928b..6326f4d24e 100644
--- a/src/gpu/GrContext.cpp
+++ b/src/gpu/GrContext.cpp
@@ -1973,12 +1973,4 @@ GrTexture* GrContext::applyMorphology(GrTexture* srcTexture,
return srcTexture;
}
-void GrContext::postClipPush() {
- fGpu->postClipPush();
-}
-
-void GrContext::preClipPop() {
- fGpu->preClipPop();
-};
-
///////////////////////////////////////////////////////////////////////////////