| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index ac7d470ecb9e5bf23118158d9691a5ce82b19239..1b375b042fe57872c467dc86aa96dd106fa76282 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -224,6 +224,12 @@ public:
|
| // WARNING: This method may be called very frequently.
|
| virtual void didUpdateCurrentHistoryItem(WebFrame*) { }
|
|
|
| + // Editing -------------------------------------------------------------
|
| +
|
| + // These methods allow the client to intercept and overrule editing
|
| + // operations.
|
| + virtual void didChangeSelection(bool isSelectionEmpty) { }
|
| +
|
|
|
| // UI ------------------------------------------------------------------
|
|
|
|
|