Chromium Code Reviews| Index: public/platform/WebLayerTreeView.h |
| diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h |
| index 134201641833257cbdaed29ace3b3bf55091f46e..b13138555420eb09dafeea33faf43f0cffc29462 100644 |
| --- a/public/platform/WebLayerTreeView.h |
| +++ b/public/platform/WebLayerTreeView.h |
| @@ -42,6 +42,7 @@ class WebLayer; |
| struct WebPoint; |
| struct WebRect; |
| struct WebRenderingStats; |
| +struct WebSelectionBound; |
|
abarth-chromium
2014/06/25 19:54:59
WebSelectionBound.h is defined in public/web. You
jdduke (slow)
2014/06/25 21:50:54
Done.
|
| class WebLayerTreeView { |
| public: |
| @@ -125,6 +126,10 @@ public: |
| const WebLayer* outerViewportScrollLayer) { } |
| virtual void clearViewportLayers() { } |
| + // Used to update the active selection bounds. |
| + virtual void registerSelection(const WebSelectionBound& anchor, const WebSelectionBound& focus) { } |
| + virtual void clearSelection() { } |
| + |
| // Debugging / dangerous --------------------------------------------- |
| // Toggles the FPS counter in the HUD layer |