Bug 120254 - Merge Document::viewportSize() logic into RenderView::viewportSize().
Summary: Merge Document::viewportSize() logic into RenderView::viewportSize().
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-24 15:27 PDT by Andreas Kling
Modified: 2013-08-24 17:10 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.44 KB, patch)
2013-08-24 15:27 PDT, Andreas Kling
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-08-24 15:27:26 PDT
Merge Document::viewportSize() logic into RenderView::viewportSize().
Comment 1 Andreas Kling 2013-08-24 15:27:48 PDT
Created attachment 209560 [details]
Patch
Comment 2 Darin Adler 2013-08-24 15:51:23 PDT
Comment on attachment 209560 [details]
Patch

You forgot to take it out of Document.h.
Comment 3 Andreas Kling 2013-08-24 17:10:24 PDT
Committed r154556: <http://trac.webkit.org/changeset/154556>