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

Unified Diff: ppapi/tests/test_browser_font.h

Issue 10658037: Implement right-to-left text rendering in Pepper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tests Created 8 years, 6 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
Index: ppapi/tests/test_browser_font.h
diff --git a/ppapi/tests/test_browser_font.h b/ppapi/tests/test_browser_font.h
index eba1c7e287e3142fc3bc7fdfe5adcabaac780cff..c166212b93aaaefd785ce53a5603f49c0fca2f62 100644
--- a/ppapi/tests/test_browser_font.h
+++ b/ppapi/tests/test_browser_font.h
@@ -18,7 +18,9 @@ class TestBrowserFont : public TestCase {
private:
std::string TestFontFamilies();
std::string TestMeasure();
+ std::string TestMeasureRTL();
std::string TestCharPos();
+ std::string TestCharPosRTL();
std::string TestDraw();
};

Powered by Google App Engine
This is Rietveld 408576698