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

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: rebase 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
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index f1e59bfce3d78dca21909aad9b2f77a3ed9378b4..988352c635ff2c1692b50c55e4af483806fafb2c 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -80,6 +80,8 @@ class WebPagePopupImpl;
class WebPlugin;
class WebSettingsImpl;
+struct WebSelectionBound;
+
class WebViewImpl FINAL : public WebView
, public RefCounted<WebViewImpl>
, public WebGestureCurveTarget
@@ -456,6 +458,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();
« no previous file with comments | « Source/web/WebRuntimeFeatures.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698