Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: src/gpu/effects/GrCircleEdgeEffect.cpp

Issue 12989004: Clean up GrCircleEdgeEffect and GrEllipseEdgeEffect (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/effects/GrCircleEdgeEffect.h ('k') | src/gpu/effects/GrEllipseEdgeEffect.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/effects/GrCircleEdgeEffect.cpp
===================================================================
--- src/gpu/effects/GrCircleEdgeEffect.cpp (revision 8302)
+++ src/gpu/effects/GrCircleEdgeEffect.cpp (working copy)
@@ -7,14 +7,9 @@
#include "GrCircleEdgeEffect.h"
#include "gl/GrGLEffect.h"
-#include "gl/GrGLEffectMatrix.h"
#include "gl/GrGLSL.h"
-#include "gl/GrGLTexture.h"
#include "GrTBackendEffectFactory.h"
-#include "GrTexture.h"
-#include "SkRTConf.h"
-
class GrGLCircleEdgeEffect : public GrGLEffect {
public:
GrGLCircleEdgeEffect(const GrBackendEffectFactory& factory, const GrDrawEffect&)
« no previous file with comments | « src/gpu/effects/GrCircleEdgeEffect.h ('k') | src/gpu/effects/GrEllipseEdgeEffect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698