Include HTMLFrameOwnerElement.h in fewer headers
Because HTMLFrameOwnerElement.h includes Document.h, the consequence is mostly that Document.h includes need to be added. Locally, this reduces the number of recompilation steps when touching HTMLFrameOwnerElement.h from 579 to 117, and when touching Document.h from 1214 to 1160. There is a risk of performance regressions due to outlining Frame::deprecatedLocalOwner(). Review URL: https://codereview.chromium.org/343593002 git-svn-id: svn://svn.chromium.org/blink/trunk@176433 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment