| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index 93627aba747e03e563aef31d3e7dcabc372766f5..21e7f00b2fe5880c5ea0c5b37ed59b797e14ecb1 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -63,7 +63,7 @@ class LayoutObject;
|
| class LayoutScrollbarPart;
|
| class LayoutView;
|
| class ScrollingCoordinator;
|
| -struct CompositedSelectionBound;
|
| +struct CompositedSelection;
|
|
|
| typedef unsigned long long DOMTimeStamp;
|
|
|
| @@ -679,8 +679,8 @@ private:
|
|
|
| void updateLayersAndCompositingAfterScrollIfNeeded();
|
|
|
| - static bool computeCompositedSelectionBounds(LocalFrame&, CompositedSelectionBound& start, CompositedSelectionBound& end);
|
| - void updateCompositedSelectionBoundsIfNeeded();
|
| + static bool computeCompositedSelection(LocalFrame&, CompositedSelection&);
|
| + void updateCompositedSelectionIfNeeded();
|
|
|
| // Returns true if the FrameView's own scrollbars overlay its content when visible.
|
| bool hasOverlayScrollbars() const;
|
|
|