Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(932)

Unified Diff: public/web/WebFrame.h

Issue 324153003: Moved addStylesheetByUrl function to it's own section. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698