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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.h

Issue 2381373002: Disable caret blinking for blimp (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/Source/web/WebSettingsImpl.h
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.h b/third_party/WebKit/Source/web/WebSettingsImpl.h
index 00b3dc6ec56107acd455f67946e8ac5601792bc6..105c17dd531598faaaecd2c51ce2d8eb8ae418bb 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.h
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.h
@@ -56,6 +56,7 @@ public:
void setAccessibilityEnabled(bool) override;
void setAccessibilityPasswordValuesEnabled(bool) override;
void setAllowFileAccessFromFileURLs(bool) override;
+ void setDisableCaretBlinking(bool) override;
David Trainor- moved to gerrit 2016/10/06 16:38:55 Move this down to above setDisableReadingFromCanva
void setAllowCustomScrollbarInMainFrame(bool) override;
void setAllowGeolocationOnInsecureOrigins(bool) override;
void setAllowRunningOfInsecureContent(bool) override;

Powered by Google App Engine
This is Rietveld 408576698