Move RenderedPosition::ComputeCompositedPosition to LocalFrameView |
|
Issue descriptionWith recent refactoring, RenderedPosition::ComputeCompositedPosition(): - doesn't use any RenderedPosition instance - uses its own static functions that are not used by other RenderedPosition member functions - has only one call site in LocalFrameView To improve code health, we should move the function, along with its test cases, to LocalFrameView. |
|
►
Sign in to add a comment |
|
Comment 1 by xiaoche...@chromium.org
, Apr 23 2018