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

Unified Diff: Source/web/WebViewImpl.h

Issue 929213004: Plumb selection bounds as a single unit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: TODO for moving WebSelectionBound Created 5 years, 8 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/WebSelection.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 cf3f40e1c809ac8cfa2c6ec915a7aa39e4bd0593..da89c2ecc07dce9c8be5eb062322819f6273698b 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -86,10 +86,9 @@ class WebLocalFrameImpl;
class WebImage;
class WebPagePopupImpl;
class WebPlugin;
+class WebSelection;
class WebSettingsImpl;
-struct WebSelectionBound;
-
class WebViewImpl final : public WebView
, public RefCounted<WebViewImpl>
, public WebGestureCurveTarget
@@ -485,8 +484,8 @@ public:
void enterFullScreenForElement(Element*);
void exitFullScreenForElement(Element*);
- void clearCompositedSelectionBounds();
- void updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus);
+ void clearCompositedSelection();
+ void updateCompositedSelection(const WebSelection&);
// Exposed for the purpose of overriding device metrics.
void sendResizeEventAndRepaint();
« no previous file with comments | « Source/web/WebSelection.cpp ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698