DescriptionCleanup of accessibility_tree_formatter_win.cc.
Switched to using ScopedBstr and removed memory leaks with BSTRs.
Switched to using SUCCESS macro instead of comparing to S_OK because there are methods which might return other success codes such as S_FALSE, the results of which we would want to capture in tests.
Switched to using "auto" in some instances.
Renamed some variables to more descriptive or more concise names.
R=dmazzoni@chromium.org,aboxhall@chromium.org
Committed: https://crrev.com/b4b6c7c6a5386243795a7028fbffc5fc4fd40aac
Cr-Commit-Position: refs/heads/master@{#338112}
Patch Set 1 #Patch Set 2 : Removed S_FALSE results from some float attributes. #Messages
Total messages: 14 (4 generated)
|