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

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

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: revised Created 6 years, 3 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
Index: Source/core/frame/FrameView.h
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
index d77e627d05dbcc9b16705b2a5620bbc95849d59f..f3b0db5bcda68f9d406c3d608faa52f8dde14217 100644
--- a/Source/core/frame/FrameView.h
+++ b/Source/core/frame/FrameView.h
@@ -54,6 +54,7 @@ class RenderScrollbarPart;
class RenderStyle;
class RenderView;
class RenderWidget;
+struct CompositedSelectionBound;
typedef unsigned long long DOMTimeStamp;
@@ -388,6 +389,8 @@ private:
void didScrollTimerFired(Timer<FrameView>*);
void updateLayersAndCompositingAfterScrollIfNeeded();
+
+ static bool computeCompositedSelectionBounds(LocalFrame&, CompositedSelectionBound& start, CompositedSelectionBound& end);
void updateCompositedSelectionBoundsIfNeeded();
bool hasCustomScrollbars() const;

Powered by Google App Engine
This is Rietveld 408576698