Closed
Bug 890821
Opened 12 years ago
Closed 12 years ago
Make nsIScrollableFrame::GetScrollPositionCSSPixels return CSSIntPoint
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
Attachments
(1 file)
|
8.14 KB,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #771963 -
Flags: review?(roc)
Comment on attachment 771963 [details] [diff] [review]
Patch v1
Review of attachment 771963 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/generic/nsGfxScrollFrame.h
@@ +524,5 @@
> }
> virtual void ScrollToCSSPixelsApproximate(const mozilla::CSSPoint& aScrollPosition) MOZ_OVERRIDE {
> mInner.ScrollToCSSPixelsApproximate(aScrollPosition);
> }
> + virtual mozilla::CSSIntPoint GetScrollPositionCSSPixels() MOZ_OVERRIDE {
Can you typedef mozilla::CSSIntPoint CSSIntPoint in nsIFrame.h and nsGfxScrollFrameInner so we can minimize the amount of mozilla:: prefixing?
Attachment #771963 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
You need to log in
before you can comment on or make changes to this bug.
Description
•