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

Unified Diff: chrome/browser/chromeos/ui/accessibility_focus_ring.h

Issue 568853002: Quick fix for backslash in ascii art interpreted as multi-line comment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webview_accessibility
Patch Set: Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/ui/accessibility_focus_ring.h
diff --git a/chrome/browser/chromeos/ui/accessibility_focus_ring.h b/chrome/browser/chromeos/ui/accessibility_focus_ring.h
index 915472144c0f6cb6290ce00f0ee7d08df4360aa8..3185d31e3ff1fb9b9d6a21b901fe3aa57efea7c1 100644
--- a/chrome/browser/chromeos/ui/accessibility_focus_ring.h
+++ b/chrome/browser/chromeos/ui/accessibility_focus_ring.h
@@ -44,13 +44,13 @@ namespace chromeos {
// The 36 points are defined as follows:
//
// 2 3------------------------------4 5
-// / \
+// / |
// 1 6
// | First line of paragraph |
// 0 7
-// / \
+// / |
// 32 33-34 35 8 9---------------10 11
-// / \
+// / |
// 31 Middle line of paragraph.......................... 12
// | |
// | |
@@ -58,13 +58,13 @@ namespace chromeos {
// | |
// | |
// 30 Middle line of paragraph.......................... 13
-// \ /
+// | |
// 29 28---------27 26 17 16---------15 14
-// \ /
+// | |
// 25 18
// | Last line of paragraph |
// 24 19
-// \ /
+// | |
// 23 22-----------------------21 20
struct AccessibilityFocusRing {
« 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