From 71603cca8ec779bb3ad5ad18a3dc69e97910fb7c Mon Sep 17 00:00:00 2001 From: Brian Salomon Date: Thu, 27 Jul 2017 22:23:39 -0400 Subject: Remove the now unused GR_PROXY_MOVE macro Change-Id: I9655a3032aea9c40e87742c76ad9a9ab42a159dc Reviewed-on: https://skia-review.googlesource.com/27841 Reviewed-by: Robert Phillips Commit-Queue: Brian Salomon --- src/gpu/effects/GrCircleEffect.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gpu/effects/GrCircleEffect.h') diff --git a/src/gpu/effects/GrCircleEffect.h b/src/gpu/effects/GrCircleEffect.h index 00f98d416e..fae8155389 100644 --- a/src/gpu/effects/GrCircleEffect.h +++ b/src/gpu/effects/GrCircleEffect.h @@ -15,7 +15,6 @@ #include "GrFragmentProcessor.h" #include "GrCoordTransform.h" #include "GrColorSpaceXform.h" -#include "effects/GrProxyMove.h" class GrCircleEffect : public GrFragmentProcessor { public: int edgeType() const { return fEdgeType; } -- cgit v1.2.3