summaryrefslogtreecommitdiffstats
path: root/app/l10n_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/l10n_util.h')
-rw-r--r--app/l10n_util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/l10n_util.h b/app/l10n_util.h
index aafd658..bbf04eb 100644
--- a/app/l10n_util.h
+++ b/app/l10n_util.h
@@ -188,12 +188,12 @@ void WrapPathWithLTRFormatting(const FilePath& path,
string16* rtl_safe_path);
// Returns the default text alignment to be used when drawing text on a
-// ChromeCanvas based on the directionality of the system locale language. This
-// function is used by ChromeCanvas::DrawStringInt when the text alignment is
+// gfx::Canvas based on the directionality of the system locale language. This
+// function is used by gfx::Canvas::DrawStringInt when the text alignment is
// not specified.
//
-// This function returns either ChromeCanvas::TEXT_ALIGN_LEFT or
-// ChromeCanvas::TEXT_ALIGN_RIGHT.
+// This function returns either gfx::Canvas::TEXT_ALIGN_LEFT or
+// gfx::Canvas::TEXT_ALIGN_RIGHT.
int DefaultCanvasTextAlignment();
// Compares the two strings using the specified collator.