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

Unified Diff: Source/web/WebViewImpl.h

Issue 454643002: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests added 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/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 6bed8b9669937015af72b398924f1ef8d0a064c8..159a49c3cb62375ed9f2c236ea3120641d4995b5 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -77,6 +77,8 @@ class WebPagePopupImpl;
class WebPlugin;
class WebSettingsImpl;
+struct WebSelectionBound;
+
class WebViewImpl FINAL : public WebView
, public RefCounted<WebViewImpl>
, public WebGestureCurveTarget
@@ -447,6 +449,7 @@ public:
void exitFullScreenForElement(Element*);
void clearCompositedSelectionBounds();
+ void updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus);
// Exposed for the purpose of overriding device metrics.
void sendResizeEventAndRepaint();

Powered by Google App Engine
This is Rietveld 408576698