From 56a8939968f2989b3ed4eda5c13e0143f5890c05 Mon Sep 17 00:00:00 2001 From: bratell Date: Tue, 20 Jan 2015 10:23:42 -0800 Subject: Fix WebCore -> blink changes in VS debugger visualizers. Visual Studio type visualizers need to be updated to reflect that blink uses the blink namespace instead of WebCore now. Otherwise you won't get the readable view of LayoutUnit/LayoutPoint/LayoutRect. R=zturner@chromium.org BUG= Review URL: https://codereview.chromium.org/829093003 Cr-Commit-Position: refs/heads/master@{#312224} --- tools/win/DebugVisualizers/webkit.natvis | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools/win/DebugVisualizers/webkit.natvis b/tools/win/DebugVisualizers/webkit.natvis index de7f175..6e93438 100644 --- a/tools/win/DebugVisualizers/webkit.natvis +++ b/tools/win/DebugVisualizers/webkit.natvis @@ -45,34 +45,34 @@ m_ptr - + {(float)m_value / kFixedPointDenominator} (float)m_value / kFixedPointDenominator m_value - - - + + + ({m_width}, {m_height}) m_width m_height - - - + + + ({m_x}, {m_y}) m_x m_y - - - + + + ({m_location.m_x}, {m_location.m_y}) x ({m_size.m_width}, {m_size.m_height}) m_location -- cgit v1.1