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

Unified Diff: Source/platform/text/TextRun.cpp

Issue 111833006: Avoiding multiple text/string parsing while creating TextRun (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@FontOptPatch1
Patch Set: Fixing review comments for rebasing files Created 7 years 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
« Source/platform/text/TextPath.h ('K') | « Source/platform/text/TextRun.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextRun.cpp
diff --git a/Source/platform/text/TextRun.cpp b/Source/platform/text/TextRun.cpp
index 8907d8dba585205713246013726d72c51e07c97c..1d34caa926f78bb452b30932b9dff29d1c14896a 100644
--- a/Source/platform/text/TextRun.cpp
+++ b/Source/platform/text/TextRun.cpp
@@ -36,6 +36,7 @@ struct ExpectedTextRunSize {
float float3;
uint32_t bitfields : 10;
unsigned anUnsigned;
+ CodePath textCodePathVal;
RefPtr<TextRun::RenderingContext> renderingContext;
};
« Source/platform/text/TextPath.h ('K') | « Source/platform/text/TextRun.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698