Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(292)

Side by Side Diff: skia/config/SkUserConfig.h

Issue 1408013005: Remove the define for SK_SAVE_LAYER_BOUNDS_ARE_FILTERED. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moar test expectations Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006 The Android Open Source Project 2 * Copyright (C) 2006 The Android Open Source Project
3 * 3 *
4 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License. 5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at 6 * You may obtain a copy of the License at
7 * 7 *
8 * http://www.apache.org/licenses/LICENSE-2.0 8 * http://www.apache.org/licenses/LICENSE-2.0
9 * 9 *
10 * Unless required by applicable law or agreed to in writing, software 10 * Unless required by applicable law or agreed to in writing, software
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 # define SK_SUPPORT_LEGACY_GETDEVICE 214 # define SK_SUPPORT_LEGACY_GETDEVICE
215 #endif 215 #endif
216 216
217 #ifndef SK_IGNORE_ETC1_SUPPORT 217 #ifndef SK_IGNORE_ETC1_SUPPORT
218 # define SK_IGNORE_ETC1_SUPPORT 218 # define SK_IGNORE_ETC1_SUPPORT
219 #endif 219 #endif
220 220
221 #ifndef SK_IGNORE_GPU_DITHER 221 #ifndef SK_IGNORE_GPU_DITHER
222 # define SK_IGNORE_GPU_DITHER 222 # define SK_IGNORE_GPU_DITHER
223 #endif 223 #endif
224
225 #ifndef SK_SAVE_LAYER_BOUNDS_ARE_FILTERED
226 # define SK_SAVE_LAYER_BOUNDS_ARE_FILTERED
227 #endif
228 ///////////////////////// Imported from BUILD.gn and skia_common.gypi 224 ///////////////////////// Imported from BUILD.gn and skia_common.gypi
229 225
230 /* In some places Skia can use static initializers for global initialization, 226 /* In some places Skia can use static initializers for global initialization,
231 * or fall back to lazy runtime initialization. Chrome always wants the latter. 227 * or fall back to lazy runtime initialization. Chrome always wants the latter.
232 */ 228 */
233 #define SK_ALLOW_STATIC_GLOBAL_INITIALIZERS 0 229 #define SK_ALLOW_STATIC_GLOBAL_INITIALIZERS 0
234 230
235 /* Forcing the unoptimized path for the offset image filter in skia until 231 /* Forcing the unoptimized path for the offset image filter in skia until
236 * all filters used in Blink support the optimized path properly 232 * all filters used in Blink support the optimized path properly
237 */ 233 */
238 #define SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION 234 #define SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION
239 235
240 /* This flag forces Skia not to use typographic metrics with GDI. 236 /* This flag forces Skia not to use typographic metrics with GDI.
241 */ 237 */
242 #define SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS 238 #define SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS
243 239
244 #define SK_IGNORE_BLURRED_RRECT_OPT 240 #define SK_IGNORE_BLURRED_RRECT_OPT
245 #define SK_USE_DISCARDABLE_SCALEDIMAGECACHE 241 #define SK_USE_DISCARDABLE_SCALEDIMAGECACHE
246 #define SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT 242 #define SK_WILL_NEVER_DRAW_PERSPECTIVE_TEXT
247 243
248 #define SK_ATTR_DEPRECATED SK_NOTHING_ARG1 244 #define SK_ATTR_DEPRECATED SK_NOTHING_ARG1
249 #define SK_ENABLE_INST_COUNT 0 245 #define SK_ENABLE_INST_COUNT 0
250 #define GR_GL_CUSTOM_SETUP_HEADER "GrGLConfig_chrome.h" 246 #define GR_GL_CUSTOM_SETUP_HEADER "GrGLConfig_chrome.h"
251 247
252 // ===== End Chrome-specific definitions ===== 248 // ===== End Chrome-specific definitions =====
253 249
254 #endif 250 #endif
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698