| commit | 3561d11a66334b78922e86c8913e82d4afae6071 | [log] [tgz] |
|---|---|---|
| author | wkorman <wkorman@chromium.org> | Fri Jul 15 01:27:18 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 15 01:30:11 2016 |
| tree | 1d6779e8cdb57e4ed9ab23244a86d05452f4a8f0 | |
| parent | abecb7d8378980d3e1ba504a1434566d0b74c69d [diff] |
Add PLATFORM_EXPORT to Layout{Point,Size} classes.
During debugging use of toString() is often helpful. PLATFORM_EXPORT is required
for the method implementations to be available to some callsites at link
time. Similar classes in this package already have PLATFORM_EXPORT on the class
declaration.
TBR=pdr
Review-Url: https://codereview.chromium.org/2153633002
Cr-Commit-Position: refs/heads/master@{#405667}