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

Unified Diff: src/gpu/GrAAFlatteningConvexPathRenderer.h

Issue 1158803002: Added GrAAFlatteningConvexPathRenderer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: hopefully fixed windows build issues Created 5 years, 7 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
Index: src/gpu/GrAAFlatteningConvexPathRenderer.h
diff --git a/src/gpu/GrAAConvexPathRenderer.h b/src/gpu/GrAAFlatteningConvexPathRenderer.h
similarity index 80%
copy from src/gpu/GrAAConvexPathRenderer.h
copy to src/gpu/GrAAFlatteningConvexPathRenderer.h
index 3abf1ab4f1d2645c1f0626dba62ce062f297aed7..1c98ee233316fdc8ffddc315094d16a3c551b942 100644
--- a/src/gpu/GrAAConvexPathRenderer.h
+++ b/src/gpu/GrAAFlatteningConvexPathRenderer.h
@@ -6,14 +6,14 @@
* found in the LICENSE file.
*/
-#ifndef GrAAConvexPathRenderer_DEFINED
-#define GrAAConvexPathRenderer_DEFINED
+#ifndef GrAAFlatteningConvexPathRenderer_DEFINED
+#define GrAAFlatteningConvexPathRenderer_DEFINED
#include "GrPathRenderer.h"
-class GrAAConvexPathRenderer : public GrPathRenderer {
+class GrAAFlatteningConvexPathRenderer : public GrPathRenderer {
public:
- GrAAConvexPathRenderer();
+ GrAAFlatteningConvexPathRenderer();
virtual bool canDrawPath(const GrDrawTarget*,
const GrPipelineBuilder*,

Powered by Google App Engine
This is Rietveld 408576698