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

Unified Diff: tools/win/DebugVisualizers/webkit.natvis

Issue 1550013002: DebugVisualizers: Add blink::Length (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « tools/win/DebugVisualizers/skia.natvis ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « tools/win/DebugVisualizers/skia.natvis ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698