summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text_win.h
diff options
context:
space:
mode:
authorckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 01:25:42 +0000
committerckocagil@chromium.org <ckocagil@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 01:25:42 +0000
commitbc3901550754ae6d09e3da2e3eac6465fedc6942 (patch)
tree32c979be3f1697aee70e2d81e88c46c852998441 /ui/gfx/render_text_win.h
parent3dd89894b1a5bf08af476c27c6fda72d9cefd7ed (diff)
downloadchromium_src-bc3901550754ae6d09e3da2e3eac6465fedc6942.zip
chromium_src-bc3901550754ae6d09e3da2e3eac6465fedc6942.tar.gz
chromium_src-bc3901550754ae6d09e3da2e3eac6465fedc6942.tar.bz2
Re-land: "RenderTextWin: Break runs between any two characters that are not in the same code block"
Original CL: https://codereview.chromium.org/23522018/ Last CL had a mid-air collision with r221762. It is now merged. BUG=278913 TBR=asvitkine@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23857008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221850 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/render_text_win.h')
-rw-r--r--ui/gfx/render_text_win.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gfx/render_text_win.h b/ui/gfx/render_text_win.h
index 37e19e9..17e0671 100644
--- a/ui/gfx/render_text_win.h
+++ b/ui/gfx/render_text_win.h
@@ -87,6 +87,7 @@ class RenderTextWin : public RenderText {
virtual void DrawVisualText(Canvas* canvas) OVERRIDE;
private:
+ FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Win_BreakRunsByUnicodeBlocks);
FRIEND_TEST_ALL_PREFIXES(RenderTextTest, Win_LogicalClusters);
void ItemizeLogicalText();