| Index: tools/win/DebugVisualizers/webkit.natvis
|
| diff --git a/tools/win/DebugVisualizers/webkit.natvis b/tools/win/DebugVisualizers/webkit.natvis
|
| index 3d8ee69b1afbcd19ee7fa88fcae562ab6607eafe..bbd488d46f8b57da96f7b3a45811fe855e27490e 100644
|
| --- a/tools/win/DebugVisualizers/webkit.natvis
|
| +++ b/tools/win/DebugVisualizers/webkit.natvis
|
| @@ -87,6 +87,10 @@
|
| <Item Name="Size">m_size</Item>
|
| </Expand>
|
| </Type>
|
| + <Type Name="blink::Length">
|
| + <DisplayString Condition="m_isFloat">{(blink::LengthType)m_type} {m_floatValue}</DisplayString>
|
| + <DisplayString>{(blink::LengthType)m_type} {m_intValue}</DisplayString>
|
| + </Type>
|
| <Type Name="blink::WebRect">
|
| <AlternativeType Name="blink::WebFloatRect"/>
|
| <DisplayString>({x}, {y}) x ({width}, {height})</DisplayString>
|
| @@ -195,7 +199,4 @@
|
| <Type Name="blink::FontPlatformData">
|
| <DisplayString>{*m_typeface.m_ptr}, {m_textSize}px</DisplayString>
|
| </Type>
|
| - <Type Name="LogFontTypeface">
|
| - <DisplayString>{fLogFont.lfFaceName,su}</DisplayString>
|
| - </Type>
|
| </AutoVisualizer>
|
|
|