12013-02-27 Alexandre Elias <aelias@chromium.org>
2
3 [chromium] Remove WebLayerTreeView::setViewportSize call
4 https://bugs.webkit.org/show_bug.cgi?id=110727
5
6 Reviewed by NOBODY (OOPS!).
7
8 After https://codereview.chromium.org/12328080 lands,
9 setViewportSize is called from the Chromium side. The multiplication
10 by deviceScaleFactor here was prone to off-by-one errors.
11 The layoutSize() function was only used here so delete it as well.
12
13 DumpRenderTree WebViewHost must now call this method as well.
14
15 * DumpRenderTree/chromium/WebViewHost.cpp:
16 (WebViewHost::initializeLayerTreeView):
17 (WebViewHost::setWindowRect):
18 (WebViewHost::setDeviceScaleFactor):
19 (WebViewHost::updateViewportSize):
20 * DumpRenderTree/chromium/WebViewHost.h:
21 (WebViewHost):
22