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

Unified Diff: Source/web/WebViewImpl.h

Issue 302993003: Route selection bounds updates through WebLayerTreeView (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 5 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 0b89a6926d6cb5b7b9ec9eab57727fab559d4dda..f6641fc3c513906ccebc174cc41e4322df3f92f1 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -79,6 +79,8 @@ class WebPlugin;
class WebSettingsImpl;
class FullscreenController;
+struct WebSelectionBound;
+
class WebViewImpl FINAL : public WebView
, public RefCounted<WebViewImpl>
, public WebGestureCurveTarget
@@ -452,6 +454,7 @@ public:
void exitFullScreenForElement(blink::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