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

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

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.h
diff --git a/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.h b/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.h
index 0bac52ebd958c79569d180776f5620437a078887..31140ed7da5744f8b43be2989d2ef27d0791dee3 100644
--- a/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.h
+++ b/Source/core/platform/graphics/chromium/UniscribeHelperTextRun.h
@@ -70,7 +70,7 @@ private:
virtual bool nextWinFontData(HFONT&, SCRIPT_CACHE*&, SCRIPT_FONTPROPERTIES*&, int& ascent, WORD& spaceGlyph);
virtual void resetFontIndex();
- // Reference to WebKit::Font that contains all the information about fonts
+ // Reference to blink::Font that contains all the information about fonts
// we can use to render this input run of text. It is used in
// NextWinFontData to retrieve Windows font data for a series of
// non-primary fonts.

Powered by Google App Engine
This is Rietveld 408576698