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

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

Issue 54743004: Rendering text-justify:distribute for 8 bit characters. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: use const parameter Created 6 years, 8 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
« no previous file with comments | « 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..5a2007682676c1d0cbc22db3dae66dc579549db5 100644
--- a/Source/platform/text/TextRun.cpp
+++ b/Source/platform/text/TextRun.cpp
@@ -34,7 +34,7 @@ struct ExpectedTextRunSize {
float float1;
float float2;
float float3;
- uint32_t bitfields : 10;
+ uint32_t bitfields : 11;
unsigned anUnsigned;
RefPtr<TextRun::RenderingContext> renderingContext;
};
« no previous file with comments | « Source/platform/text/TextRun.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698