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

Unified Diff: webkit/glue/webview.h

Issue 186009: Obey gtk-cursor-blink setting (Closed)
Patch Set: fixes Created 11 years, 3 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 | « chrome/renderer/render_view.cc ('k') | webkit/glue/webview_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview.h
diff --git a/webkit/glue/webview.h b/webkit/glue/webview.h
index 7968aa490b65c38432aed94222e7c33819981491..ca9aeb8ab00b9622a5afd373624a8c0742d8fb4b 100644
--- a/webkit/glue/webview.h
+++ b/webkit/glue/webview.h
@@ -263,6 +263,10 @@ class WebView : public WebKit::WebWidget {
// Gets the WebView's active state (i.e., state of control tints).
virtual bool IsActive() = 0;
+#if defined(OS_LINUX)
+ virtual void SetCaretBlinkInterval(double interval) = 0;
+#endif
+
private:
DISALLOW_COPY_AND_ASSIGN(WebView);
};
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | webkit/glue/webview_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698