Commit 97bf67f3 authored by fmalita's avatar fmalita Committed by Commit bot

Use conservative text blob bounds.

Speculative fix for http://crbug.com/451401.

BUG=451401
R=reed@google.com,jbroman@chromium.org

Review URL: https://codereview.chromium.org/881343004

Cr-Commit-Position: refs/heads/master@{#313653}
parent 3dbd3f6b
...@@ -270,10 +270,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -270,10 +270,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_DYNAMIC_ANNOTATIONS_ENABLED 1 # define SK_DYNAMIC_ANNOTATIONS_ENABLED 1
#endif #endif
#ifndef SK_SUPPORT_LEGACY_BLOB_BOUNDS
# define SK_SUPPORT_LEGACY_BLOB_BOUNDS
#endif
// ===== End Chrome-specific definitions ===== // ===== End Chrome-specific definitions =====
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment