From 218c29453f9f8aea98afef45ced2c151fe326a0f Mon Sep 17 00:00:00 2001 From: Chris Dalton Date: Wed, 25 Apr 2018 12:28:03 -0600 Subject: Remove the MSAA path renderer Bug: skia: Change-Id: Ib18bede613c8d27fd6326f655dc2d638e35870ff Reviewed-on: https://skia-review.googlesource.com/123726 Reviewed-by: Brian Salomon Commit-Queue: Chris Dalton --- src/gpu/ops/GrMSAAPathRenderer.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 src/gpu/ops/GrMSAAPathRenderer.h (limited to 'src/gpu/ops/GrMSAAPathRenderer.h') diff --git a/src/gpu/ops/GrMSAAPathRenderer.h b/src/gpu/ops/GrMSAAPathRenderer.h deleted file mode 100644 index 1353867f16..0000000000 --- a/src/gpu/ops/GrMSAAPathRenderer.h +++ /dev/null @@ -1,36 +0,0 @@ -/* - * Copyright 2011 Google Inc. - * - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ - -#ifndef GrMSAAPathRenderer_DEFINED -#define GrMSAAPathRenderer_DEFINED - -#include "GrPathRenderer.h" -#include "SkTypes.h" - -class SK_API GrMSAAPathRenderer : public GrPathRenderer { -private: - StencilSupport onGetStencilSupport(const GrShape&) const override; - - CanDrawPath onCanDrawPath(const CanDrawPathArgs&) const override; - - bool onDrawPath(const DrawPathArgs&) override; - - void onStencilPath(const StencilPathArgs&) override; - - bool internalDrawPath(GrRenderTargetContext*, - GrPaint&&, - GrAAType, - const GrUserStencilSettings&, - const GrClip&, - const SkMatrix& viewMatrix, - const GrShape&, - bool stencilOnly); - - typedef GrPathRenderer INHERITED; -}; - -#endif -- cgit v1.2.3