From f0f14113431ace669f278fdd97b50950f2cf4c80 Mon Sep 17 00:00:00 2001 From: mtklein Date: Fri, 12 Dec 2014 08:46:25 -0800 Subject: Cull pushCull and popCull from Skia. These calls are unused and going away. Waiting on crrev.com/796083002. BUG=skia: Review URL: https://codereview.chromium.org/794263002 --- src/core/SkPictureFlat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/SkPictureFlat.h') diff --git a/src/core/SkPictureFlat.h b/src/core/SkPictureFlat.h index 73248051eb..103eeceb16 100644 --- a/src/core/SkPictureFlat.h +++ b/src/core/SkPictureFlat.h @@ -63,8 +63,8 @@ enum DrawType { // new ops -- feel free to re-alphabetize on next version bump DRAW_DRRECT, - PUSH_CULL, - POP_CULL, + PUSH_CULL, // deprecated, M41 was last Chromium version to write this to an .skp + POP_CULL, // deprecated, M41 was last Chromium version to write this to an .skp DRAW_PATCH, // could not add in aphabetical order DRAW_PICTURE_MATRIX_PAINT, -- cgit v1.2.3