Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index b18f9ba733eaf2099f734e3f3b5f757332825f95..8480ab94903e2c836f7a31c0993a9b2d1e8fa73d 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -62,7 +62,7 @@ class LayoutObject; |
class LayoutScrollbarPart; |
class LayoutView; |
class ScrollingCoordinator; |
-struct CompositedSelectionBound; |
+struct CompositedSelection; |
typedef unsigned long long DOMTimeStamp; |
@@ -671,8 +671,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; |