WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
74817
The scrolling coordinator should know about the main frame scroll layer
https://bugs.webkit.org/show_bug.cgi?id=74817
Summary
The scrolling coordinator should know about the main frame scroll layer
Anders Carlsson
Reported
2011-12-18 12:15:06 PST
The scrolling coordinator should know about the main frame scroll layer
Attachments
Patch
(4.53 KB, patch)
2011-12-18 12:16 PST
,
Anders Carlsson
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2011-12-18 12:16:36 PST
Created
attachment 119773
[details]
Patch
Andreas Kling
Comment 2
2011-12-18 12:23:39 PST
Comment on
attachment 119773
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=119773&action=review
> Source/WebCore/page/ScrollingCoordinator.h:60 > + // Should be called whenever the scroll layer for the given frame changes. > + void setFrameScrollLayer(Frame*, const GraphicsLayer* scrollLayer); > + > // Should be called whenever the geometry of the given frame changes, > // including the visible content rect and the content size. > void syncFrameGeometry(Frame*);
frameScrollLayerChanged() and frameGeometryChanged() might be better names for these functions.
Anders Carlsson
Comment 3
2011-12-18 12:27:53 PST
Committed
r103185
: <
http://trac.webkit.org/changeset/103185
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug