summaryrefslogtreecommitdiffstats
path: root/skia/config
diff options
context:
space:
mode:
authorfmalita <fmalita@chromium.org>2015-01-28 09:18:38 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-28 17:19:22 +0000
commit126e64f00caee1bff38e67176befecaef164dd2c (patch)
tree37a1c58d34772a29f4e0560a2914308beef95072 /skia/config
parente1799e662af4e87b1e6d501e3511628f8579174d (diff)
downloadchromium_src-126e64f00caee1bff38e67176befecaef164dd2c.zip
chromium_src-126e64f00caee1bff38e67176befecaef164dd2c.tar.gz
chromium_src-126e64f00caee1bff38e67176befecaef164dd2c.tar.bz2
[Skia] Add SK_SUPPORT_LEGACY_BLOB_BOUNDS config option.
To suppress upcoming changes in text blob bounds calculation. BUG=451401 R=reed@google.com Review URL: https://codereview.chromium.org/881323002 Cr-Commit-Position: refs/heads/master@{#313533}
Diffstat (limited to 'skia/config')
-rw-r--r--skia/config/SkUserConfig.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index 63131ad..08d78b8 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -270,6 +270,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_DYNAMIC_ANNOTATIONS_ENABLED 1
#endif
+#ifndef SK_SUPPORT_LEGACY_BLOB_BOUNDS
+# define SK_SUPPORT_LEGACY_BLOB_BOUNDS
+#endif
+
// ===== End Chrome-specific definitions =====
#endif