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

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: Fix copyright Created 5 years, 9 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 ef5e647f30fb56b3806077128430e92eb44258fb..1903b615a220892bd1186d0f6513458222e9be0d 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -139,7 +139,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