Include Frame.h in fewer translation units.
Merges parts of Andreas Kling's http://trac.webkit.org/changeset/155217 "Out-of-line the three methods on FrameView that were operating on Frames. Most of the call sites were in FrameView.cpp so they will still get inlined." On my system, this reduces the number of build steps that run after touching Frame.h from 528 to 442 and reduces compilation time after touching Frame.h from 8.5 minutes to 7 minutes. BUG=none Review URL: https://codereview.chromium.org/23819041 git-svn-id: svn://svn.chromium.org/blink/trunk@157458 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment