From 4dc5a454052e64227ecbfadd903f590d9361be08 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Mon, 21 May 2018 11:56:57 -0400 Subject: remove defines and add commas Preparation for generating bookmaker files for all remaining interfaces Standardize enum and enum classes by including a comma after the last entry. Replace flatten-related #define in public interfaces with their equivalent. The motivation is to give documentation something to refer to. An alternative would be to move part or all of this out of the public interface; something I can work on in a follow-up CL. R=reed@google.com,bsalomon@google.com Bug: skia:6898 Change-Id: I4b865f6ec3d8f5d31e50448fef7d2714510302f0 Reviewed-on: https://skia-review.googlesource.com/129312 Reviewed-by: Brian Salomon Commit-Queue: Cary Clark --- tests/QuickRejectTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/QuickRejectTest.cpp') diff --git a/tests/QuickRejectTest.cpp b/tests/QuickRejectTest.cpp index 103a31d936..d673ceb844 100644 --- a/tests/QuickRejectTest.cpp +++ b/tests/QuickRejectTest.cpp @@ -10,6 +10,7 @@ #include "SkCanvas.h" #include "SkColorSpaceXformer.h" #include "SkDrawLooper.h" +#include "SkFlattenablePriv.h" #include "SkLightingImageFilter.h" #include "SkPoint3.h" #include "SkTypes.h" -- cgit v1.2.3