| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index d99551bd08ea9e6a9d97b83f0b282236cfe0dd76..97773b82c51744b2906a1d4ec171797dddae08d9 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -61,7 +61,7 @@ class LayoutObject;
|
| class LayoutScrollbarPart;
|
| class LayoutView;
|
| class ScrollingCoordinator;
|
| -struct CompositedSelectionBound;
|
| +struct CompositedSelectionBounds;
|
|
|
| typedef unsigned long long DOMTimeStamp;
|
|
|
| @@ -669,7 +669,7 @@ private:
|
|
|
| void updateLayersAndCompositingAfterScrollIfNeeded();
|
|
|
| - static bool computeCompositedSelectionBounds(LocalFrame&, CompositedSelectionBound& start, CompositedSelectionBound& end);
|
| + static bool computeCompositedSelectionBounds(LocalFrame&, CompositedSelectionBounds&);
|
| void updateCompositedSelectionBoundsIfNeeded();
|
|
|
| // Returns true if the FrameView's own scrollbars overlay its content when visible.
|
|
|