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

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 test 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 354dec31623329cb3b7a0262c8e20ad9d858e417..fda0705fb7927a3e71acfe34ac0f09b756f67872 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -138,8 +138,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;

Powered by Google App Engine
This is Rietveld 408576698