Index: src/gpu/GrGpu.h |
diff --git a/src/gpu/GrGpu.h b/src/gpu/GrGpu.h |
index bac928854395dbe8cd1f51f785de43c390931da6..c051f91242aff17d2f3c6702ca533904d355be9c 100644 |
--- a/src/gpu/GrGpu.h |
+++ b/src/gpu/GrGpu.h |
@@ -323,7 +323,6 @@ public: |
void getPathStencilSettingsForFillType(SkPath::FillType fill, GrStencilSettings* outStencilSettings); |
-protected: |
enum DrawType { |
kDrawPoints_DrawType, |
kDrawLines_DrawType, |
@@ -333,6 +332,7 @@ protected: |
kDrawPaths_DrawType, |
}; |
+protected: |
DrawType PrimTypeToDrawType(GrPrimitiveType type) { |
switch (type) { |
case kTriangles_GrPrimitiveType: |