commit | 8954d05887aba9640fa2621329622dfc2a0ba013 | [log] [tgz] |
---|---|---|
author | hajimehoshi <hajimehoshi@chromium.org> | Fri Aug 05 07:28:49 2016 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 05 07:32:47 2016 |
tree | f22b15f304c19e669ccef689214296dc8b8ae27f | |
parent | b7720c4c053a09050c9abab73b0af528150dd42c [diff] |
Refactoring: Make Resource::m_data private This CL makes Resource::m_data private to improve code health. After this CL, all protected member vairables in Resource will be changed to private. BUG=n/a TEST=webkit_unit_tests Review-Url: https://codereview.chromium.org/2202173002 Cr-Commit-Position: refs/heads/master@{#410013}