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

Unified Diff: Source/core/page/ChromeClient.h

Issue 352173002: Expose public interface for composited selection bounds (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 7ddcd06bb8961cfd837e50146e63277b37837b1b..b30703bfe259d0220a576594160c12a9e427b599 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -73,6 +73,7 @@ class PopupMenuClient;
class SecurityOrigin;
class Widget;
+struct CompositedSelectionBound;
struct DateTimeChooserParameters;
struct FrameLoadRequest;
struct GraphicsDeviceAdapter;
@@ -193,6 +194,9 @@ public:
virtual void enterFullScreenForElement(Element*) { }
virtual void exitFullScreenForElement(Element*) { }
+ virtual void clearCompositedSelectionBounds() { }
+ virtual void updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) { }
+
virtual void needTouchEvents(bool) = 0;
virtual void setTouchAction(TouchAction) = 0;
« no previous file with comments | « no previous file | Source/core/rendering/compositing/CompositedSelectionBound.h » ('j') | public/platform/WebLayerTreeView.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698