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

Unified Diff: include/gpu/GrContext.h

Issue 216503004: SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 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
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 5f964578569b52c4cf1c6b51b34e614e9f37fa9e..559962d5eaff5de478c45d9043ff4235bd7a331a 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -488,8 +488,8 @@ public:
void drawVertices(const GrPaint& paint,
GrPrimitiveType primitiveType,
int vertexCount,
- const GrPoint positions[],
- const GrPoint texs[],
+ const SkPoint positions[],
+ const SkPoint texs[],
const GrColor colors[],
const uint16_t indices[],
int indexCount);
« no previous file with comments | « gm/beziereffects.cpp ('k') | include/gpu/GrGlyph.h » ('j') | include/gpu/GrPoint.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698