From 4b06412d951cf97fc0547e49d8582f47e1e36d76 Mon Sep 17 00:00:00 2001 From: reed Date: Mon, 4 May 2015 21:04:59 -0700 Subject: onGetInfo is deprecated, just pass info to constructor no functionality change, just refactoring. BUG= Review URL: https://codereview.chromium.org/1125573002 Cr-Commit-Position: refs/heads/master@{#328272} --- skia/config/SkUserConfig.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'skia') diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index e9990e6..84c28b8 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -261,10 +261,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, # define SK_IGNORE_ETC1_SUPPORT #endif -#ifndef SK_SUPPORT_LEGACY_BOOL_ONGETINFO -# define SK_SUPPORT_LEGACY_BOOL_ONGETINFO -#endif - #ifndef SK_IGNORE_GPU_DITHER # define SK_IGNORE_GPU_DITHER #endif -- cgit v1.1