Index: public/web/WebFrame.h |
diff --git a/public/web/WebFrame.h b/public/web/WebFrame.h |
index d630f801834c1614177372f90fccbcb1fbaf5bcd..a05f137c92a21cd743c39debd98e4c93f8ef66a7 100644 |
--- a/public/web/WebFrame.h |
+++ b/public/web/WebFrame.h |
@@ -470,10 +470,12 @@ 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; |
+ // Navigation Transitions --------------------------------------------- |
+ |
+ virtual void addStyleSheetByURL(const WebString& url) = 0; |
+ |
// Printing ------------------------------------------------------------ |
// Reformats the WebFrame for printing. WebPrintParams specifies the printable |