[Webkit-unassigned] [Bug 33881] New: [Chromium] computePageRectsForFrame seems to be unnecessary
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 19 22:48:55 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33881
Summary: [Chromium] computePageRectsForFrame seems to be
unnecessary
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: hamaji at chromium.org
It seems the pagination is done in PrintContext::computePageRects in
WebCore/page/PrintContext is responsible for pagination on Chromium (note that
this function is used in WebKit/chromium/src/WebFrameImpl.cpp via
ChromePrintContext, which is a subclass of PrintContext). So,
WebCore::computePageRectsForFrame in WebCore/page/FrameChromium.cpp, which is
almost as same as PrintContext::computePageRects, would be unnecessary.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list