From 54823c227d383308fb1732e83b566df6272d4bfb Mon Sep 17 00:00:00 2001 From: "robertphillips@google.com" Date: Tue, 3 Jul 2012 19:12:29 +0000 Subject: Rolling back r4034 (Proposed plumbing to propagate save & restore) http://codereview.appspot.com/6346066/ git-svn-id: http://skia.googlecode.com/svn/trunk@4456 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/gpu/GrContext.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'include/gpu/GrContext.h') diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h index f5b44bf628..d718637e04 100644 --- a/include/gpu/GrContext.h +++ b/include/gpu/GrContext.h @@ -683,18 +683,6 @@ public: void unlockStencilBuffer(GrResourceEntry* sbEntry); GrStencilBuffer* findStencilBuffer(int width, int height, int sampleCnt); - /* - * postClipPush acts as a hint to this and lower-level classes (e.g., - * GrGpu) that the clip stack has changed. - */ - virtual void postClipPush(); - - /* - * preClipPop acts as a hint that the clip stack has been restored to an - * earlier state. - */ - virtual void preClipPop(); - GrPathRenderer* getPathRenderer(const SkPath& path, GrPathFill fill, const GrDrawTarget* target, -- cgit v1.2.3