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

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: Created 5 years, 10 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 4ce6a4603857e9bbcf8c8323055597b27ba6c2ab..04f2367892cc77ccf5532c6cef50851c069fae22 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -83,7 +83,7 @@ class WebPagePopupImpl;
class WebPlugin;
class WebSettingsImpl;
-struct WebSelectionBound;
+struct WebSelectionBounds;
class WebViewImpl final : public WebView
, public RefCounted<WebViewImpl>
@@ -476,7 +476,7 @@ public:
void exitFullScreenForElement(Element*);
void clearCompositedSelectionBounds();
- void updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus);
+ void updateCompositedSelectionBounds(const WebSelectionBounds&);
// Exposed for the purpose of overriding device metrics.
void sendResizeEventAndRepaint();

Powered by Google App Engine
This is Rietveld 408576698