Commit 1edd192f authored by Ben Wagner's avatar Ben Wagner Committed by Commit Bot

Rebaseline SK_IGNORE_TINY_FREETYPE_SIZE_FIX.

The related Skia change has landed, enable the fix and rebaseline.

BUG=skia:8042

Change-Id: Ia32cf8ec51e07202680388e3863e509979a76378
Reviewed-on: https://chromium-review.googlesource.com/1102484Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568014}
parent 6fb08168
...@@ -116,7 +116,7 @@ config("skia_config") { ...@@ -116,7 +116,7 @@ config("skia_config") {
# Internal-facing config for Skia library code. # Internal-facing config for Skia library code.
config("skia_library_config") { config("skia_library_config") {
defines = [ "SK_IGNORE_TINY_FREETYPE_SIZE_FIX" ] defines = []
# These include directories are only included for Skia code and are not # These include directories are only included for Skia code and are not
# exported to dependents. # exported to dependents.
......
...@@ -109,11 +109,11 @@ ...@@ -109,11 +109,11 @@
}, },
{ {
"object": "LayoutSVGInlineText #text", "object": "LayoutSVGInlineText #text",
"reason": "geometry" "reason": "appeared"
}, },
{ {
"object": "LayoutSVGViewportContainer svg", "object": "LayoutSVGViewportContainer svg",
"reason": "geometry" "reason": "appeared"
}, },
{ {
"object": "LayoutSVGText text", "object": "LayoutSVGText text",
......
{
"layers": [
{
"name": "LayoutView #document",
"bounds": [800, 600],
"drawsContent": false,
"backgroundColor": "#FFFFFF"
},
{
"name": "Scrolling Layer",
"bounds": [800, 600],
"drawsContent": false
},
{
"name": "Scrolling Contents Layer",
"bounds": [800, 600],
"contentsOpaque": true,
"backgroundColor": "#FFFFFF",
"paintInvalidations": [
{
"object": "LayoutSVGViewportContainer svg id='inner1'",
"rect": [0, 0, 200, 200],
"reason": "chunk appeared"
},
{
"object": "InlineTextBox 'PASS '",
"rect": [0, 100, 200, 100],
"reason": "appeared"
},
{
"object": "InlineTextBox 'PASS '",
"rect": [0, 100, 200, 100],
"reason": "disappeared"
},
{
"object": "InlineTextBox 'PASS'",
"rect": [0, 100, 200, 100],
"reason": "appeared"
},
{
"object": "InlineTextBox 'PASS'",
"rect": [0, 100, 200, 100],
"reason": "disappeared"
}
]
}
],
"objectPaintInvalidations": [
{
"object": "LayoutSVGViewportContainer svg id='inner1'",
"reason": "full"
},
{
"object": "LayoutSVGText text",
"reason": "full"
},
{
"object": "RootInlineBox",
"reason": "full"
},
{
"object": "LayoutSVGInlineText #text",
"reason": "geometry"
},
{
"object": "InlineTextBox 'PASS '",
"reason": "geometry"
},
{
"object": "LayoutSVGTSpan tspan",
"reason": "full"
},
{
"object": "InlineFlowBox",
"reason": "full"
},
{
"object": "LayoutSVGInlineText #text",
"reason": "geometry"
},
{
"object": "InlineTextBox 'PASS'",
"reason": "geometry"
},
{
"object": "LayoutSVGInlineText #text",
"reason": "geometry"
},
{
"object": "LayoutSVGViewportContainer svg id='inner2'",
"reason": "full"
},
{
"object": "LayoutSVGText text",
"reason": "full"
},
{
"object": "RootInlineBox",
"reason": "full"
},
{
"object": "LayoutSVGInlineText #text",
"reason": "geometry"
},
{
"object": "InlineTextBox 'PASS '",
"reason": "geometry"
},
{
"object": "LayoutSVGTSpan tspan",
"reason": "full"
},
{
"object": "InlineFlowBox",
"reason": "full"
},
{
"object": "LayoutSVGInlineText #text",
"reason": "geometry"
},
{
"object": "InlineTextBox 'PASS'",
"reason": "geometry"
}
]
}
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