aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrRenderTargetContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrRenderTargetContext.h')
-rw-r--r--include/gpu/GrRenderTargetContext.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/gpu/GrRenderTargetContext.h b/include/gpu/GrRenderTargetContext.h
index 93a3282b35..7ef572abce 100644
--- a/include/gpu/GrRenderTargetContext.h
+++ b/include/gpu/GrRenderTargetContext.h
@@ -382,13 +382,6 @@ public:
bool isWrapped_ForTesting() const;
- // These two methods return the worst case size of the backing GPU resource when it is
- // finally allocated. In the approx-match case the allocated size could be smaller than
- // what is reported by these entry points (i.e., Ganesh could, optionally, return an
- // exact match)
- int worstCaseWidth() const { return fRenderTargetProxy->worstCaseWidth(); }
- int worstCaseHeight() const { return fRenderTargetProxy->worstCaseHeight(); }
-
protected:
GrRenderTargetContext(GrContext*, GrDrawingManager*, sk_sp<GrRenderTargetProxy>,
sk_sp<SkColorSpace>, const SkSurfaceProps* surfaceProps, GrAuditTrail*,