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

Unified Diff: Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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: Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp
diff --git a/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp b/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp
index 57fbf173aa6c4f4c01b7e1f14f98754b7dfdb21c..20850b4633ef267b85a33bea5711c5a8038f008e 100644
--- a/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp
+++ b/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.cpp
@@ -102,7 +102,7 @@ bool UniscribeHelperTextRun::nextWinFontData(
// This check is necessary because NextWinFontData can be called again
// after we already ran out of fonts. fontDataAt behaves in a strange
// manner when the difference between param passed and # of fonts stored in
- // WebKit::Font is larger than one. We can avoid this check by setting
+ // blink::Font is larger than one. We can avoid this check by setting
// font_index_ to # of elements in hfonts_ when we run out of font. In that
// case, we'd have to go through a couple of more checks before returning
// false.

Powered by Google App Engine
This is Rietveld 408576698