Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(747)

Unified Diff: Source/core/frame/FrameView.h

Issue 929213004: Plumb selection bounds as a single unit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Refactor WebSelection to align with Frame/VisibleSelection Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/frame/FrameView.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index b67fcabb358feff80575a0af8fabe4fcd7ddca1d..d697788a867de8af5f847df075243935581beba2 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 CompositedSelection;
typedef unsigned long long DOMTimeStamp;
@@ -670,8 +670,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;
« no previous file with comments | « no previous file | Source/core/frame/FrameView.cpp » ('j') | Source/core/frame/FrameView.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698