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

Unified Diff: rendering/RenderThemeChromiumLinux.cpp

Issue 184011: WebKit side of obeying gtk-cursor-blink (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: Created 11 years, 4 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 | « rendering/RenderThemeChromiumLinux.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: rendering/RenderThemeChromiumLinux.cpp
===================================================================
--- rendering/RenderThemeChromiumLinux.cpp (revision 47952)
+++ rendering/RenderThemeChromiumLinux.cpp (working copy)
@@ -96,4 +96,14 @@
return true;
}
+void RenderThemeChromiumLinux::setCaretBlinkInterval(double interval)
+{
+ m_caretBlinkInterval = interval;
+}
+
+double RenderThemeChromiumLinux::caretBlinkInterval() const
+{
+ return m_caretBlinkInterval;
+}
+
} // namespace WebCore
« no previous file with comments | « rendering/RenderThemeChromiumLinux.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698