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

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: 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/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 4ebea9b1c84658c8621650dd9749c58aae762594..e38f9e4956e78a575b529278af60b523b9337f41 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -141,7 +141,7 @@ public:
virtual void exitFullScreenForElement(Element*) override;
virtual void clearCompositedSelectionBounds() override;
- virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBound& anchor, const blink::CompositedSelectionBound& focus) override;
+ virtual void updateCompositedSelectionBounds(const blink::CompositedSelectionBounds&) override;
// ChromeClient methods:
virtual void postAccessibilityNotification(AXObject*, AXObjectCache::AXNotification) override;

Powered by Google App Engine
This is Rietveld 408576698