Chromium Code Reviews
DescriptionAdd DCHECK in copy constructor of StyleVisualData for m_zoom.
Currently StyleVisualData::m_zoom is reset to the initial zoom value
every time StyleVisualData is copied using the copy constructor. There
is no indication that this is intentional.
This patch adds a DCHECK to see if there's any case where we trigger
this bug. If not, we will copy m_zoom properly in a separate patch.
Not to be merged in.
BUG=689330
Review-Url: https://codereview.chromium.org/2687533004
Cr-Commit-Position: refs/heads/master@{#449215}
Committed: https://chromium.googlesource.com/chromium/src/+/4be275ae7e189294e00a1c65ec9976974b1329de
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|
|||||||||||||||||||