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

Unified Diff: webkit/glue/webview_impl.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 | « webkit/glue/webview.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webview_impl.h
diff --git a/webkit/glue/webview_impl.h b/webkit/glue/webview_impl.h
index cc947e99eed3ac00f36cb4afb02559451244809e..db1237d821c9ae0706be07b5f350c5e9907247d3 100644
--- a/webkit/glue/webview_impl.h
+++ b/webkit/glue/webview_impl.h
@@ -154,6 +154,10 @@ class WebViewImpl : public WebView, public base::RefCounted<WebViewImpl> {
virtual void SetActive(bool active);
virtual bool IsActive();
+#if defined(OS_LINUX)
+ virtual void SetCaretBlinkInterval(double interval);
+#endif
+
// WebViewImpl
const WebKit::WebPoint& last_mouse_down_point() const {
« no previous file with comments | « webkit/glue/webview.h ('k') | webkit/glue/webview_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698