summaryrefslogtreecommitdiff
path: root/gpu/GrGpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/GrGpu.h')
-rw-r--r--gpu/GrGpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/GrGpu.h b/gpu/GrGpu.h
index bac92885..c051f912 100644
--- a/gpu/GrGpu.h
+++ b/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: