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

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

Issue 1331313003: Change MSVS visualizers to query y, width and height on WebRect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months 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 | « no previous file | 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 23f4c5955c36420f5e02e470450d54c90e518785..17f59be667f24e4b5f4e5176ac6c890ff5aed56c 100644
--- a/tools/win/DebugVisualizers/webkit.natvis
+++ b/tools/win/DebugVisualizers/webkit.natvis
@@ -92,9 +92,9 @@
<DisplayString>({x}, {y}) x ({width}, {height})</DisplayString>
<Expand>
<Item Name="x">x</Item>
- <Item Name="y">x</Item>
- <Item Name="width">x</Item>
- <Item Name="height">x</Item>
+ <Item Name="y">y</Item>
+ <Item Name="width">width</Item>
+ <Item Name="height">height</Item>
<Synthetic Name="right">
<DisplayString>{x + width}</DisplayString>
</Synthetic>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698