commit | eaab3bdb3d55001b26dd13220651fffa0715e736 | [log] [tgz] |
---|---|---|
author | akling@apple.com <akling@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sun Oct 13 15:57:30 2013 +0000 |
committer | akling@apple.com <akling@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Sun Oct 13 15:57:30 2013 +0000 |
tree | 4ccf6a7f50514e3ad6c5b6b5dca0a8db0424f068 | |
parent | 0b5763fbf88c643133ea3e6725629717df809301 [diff] |
Devirtualize RenderView::viewRect(). <https://webkit.org/b/122730> Reviewed by Antti Koivisto. There's no need for viewRect() to be a virtual RenderObject function. The single call site that didn't already access it through RenderView can just go via view(). git-svn-id: http://svn.webkit.org/repository/webkit/trunk@157372 268f45cc-cd09-0410-ab3c-d52691b4dbfc