Bug 108561

Summary: [EFL][Qt][WK2] Make page scale shrink fixedVisibleContentRect in ScrollView in applyPageScaleInCompositor mode.
Product: WebKit Reporter: Dongseong Hwang <dongseong.hwang>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: aelias, kenneth, leviw, noam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 105978, 107424    
Bug Blocks:    

Description Dongseong Hwang 2013-01-31 18:33:27 PST
EFL and QT use applyPageScaleInCompositor like chromium, so EFL and QT must shrink the visible content rect in ScrollView for fixed layout like Bug 107424.
Comment 1 Dongseong Hwang 2013-02-04 17:05:27 PST
EFL and QT already shrink the visible content rect.
In detail, m_fixedVisibleContentRect in ScrollView is already shrinked because PageViewportController::syncVisibleContents() calls DrawingArea::setVisibleContentsRect() with shrinked visibleContentsRect.