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

Unified Diff: skia/config/SkUserConfig.h

Issue 1513283003: Remove SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS #ifdef. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweak TestExpectations Created 5 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/data/background_filter_rotated_gl.png ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 796f4e7a465fdec93c62e716e76958fd6dbb5fcc..da86234f7c51031b2231ae7a343924c6b0fd0c62 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -245,10 +245,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
*/
#define SK_DISABLE_OFFSETIMAGEFILTER_OPTIMIZATION
-/* Disable tight bounds for saveLayer offscreens in Skia until rebaselining is done.
- */
-#define SK_SUPPORT_SRC_BOUNDS_BLOAT_FOR_IMAGEFILTERS
-
/* This flag forces Skia not to use typographic metrics with GDI.
*/
#define SK_GDI_ALWAYS_USE_TEXTMETRICS_FOR_FONT_METRICS
« no previous file with comments | « cc/test/data/background_filter_rotated_gl.png ('k') | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698