| Index: Source/core/page/ChromeClient.h
|
| diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
|
| index 8c30e452e786b8578c24c45a47e4a28ebbadd550..c626fd8220ff54fb10379f307765c78d53f0209e 100644
|
| --- a/Source/core/page/ChromeClient.h
|
| +++ b/Source/core/page/ChromeClient.h
|
| @@ -63,7 +63,7 @@ class PagePopupDriver;
|
| class PopupMenuClient;
|
| class WebCompositorAnimationTimeline;
|
|
|
| -struct CompositedSelectionBound;
|
| +struct CompositedSelection;
|
| struct DateTimeChooserParameters;
|
| struct FrameLoadRequest;
|
| struct GraphicsDeviceAdapter;
|
| @@ -187,8 +187,8 @@ public:
|
| virtual void enterFullScreenForElement(Element*) { }
|
| virtual void exitFullScreenForElement(Element*) { }
|
|
|
| - virtual void clearCompositedSelectionBounds() { }
|
| - virtual void updateCompositedSelectionBounds(const CompositedSelectionBound& anchor, const CompositedSelectionBound& focus) { }
|
| + virtual void clearCompositedSelection() { }
|
| + virtual void updateCompositedSelection(const CompositedSelection&) { }
|
|
|
| virtual void needTouchEvents(bool) = 0;
|
|
|
|
|