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

Unified Diff: Source/web/ChromeClientImpl.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/AssertMatchingEnums.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 596090ae2f547ebdf9d75cbc72f2ac7dcff2c8ca..58a1dbcbd7e8199a6d071f908844635aefee1669 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -141,8 +141,8 @@ public:
virtual void enterFullScreenForElement(Element*) override;
virtual void exitFullScreenForElement(Element*) override;
- virtual void clearCompositedSelectionBounds() override;
- virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBound& anchor, const blink::CompositedSelectionBound& focus) override;
+ virtual void clearCompositedSelection() override;
+ virtual void updateCompositedSelection(const blink::CompositedSelection&) override;
// ChromeClient methods:
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) override;
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698