| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 68b7440a22d8cc2725a52265b9c9e1d91e3c746d..89cd5c436676a8c45aa9528ea1e9a0583ec0d2e8 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -456,6 +456,8 @@ public:
|
| virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent) = 0;
|
| virtual void moveCaretSelection(const WebPoint&) = 0;
|
|
|
| + virtual void setCaretEnabled(bool) = 0;
|
| +
|
| // Printing ------------------------------------------------------------
|
|
|
| // Reformats the WebFrame for printing. WebPrintParams specifies the printable
|
|
|