| Index: public/web/WebFrame.h
|
| diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h
|
| index 4f71c7f91ebacc49182b936abd3c8bebc3975e99..0cf2e5d75acfa58fb643c85299c44e5f75e8c0cc 100644
|
| --- a/public/web/WebFrame.h
|
| +++ b/public/web/WebFrame.h
|
| @@ -466,6 +466,8 @@ public:
|
| virtual bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) = 0;
|
| virtual void extendSelectionAndDelete(int before, int after) = 0;
|
|
|
| + virtual void addStyleSheetByURL(const WebString& url) = 0;
|
| +
|
| virtual void setCaretVisible(bool) = 0;
|
|
|
| // Printing ------------------------------------------------------------
|
|
|