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

Unified Diff: third_party/WebKit/Source/core/layout/line/InlineBox.cpp

Issue 2219523004: CL for perf tryjob on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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: third_party/WebKit/Source/core/layout/line/InlineBox.cpp
diff --git a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
index 48571543ce721c39a31f4ddd183cbc2f0b68f5c0..da71d8b2c53eb4172f29fc6f54ce384d8c73430e 100644
--- a/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
+++ b/third_party/WebKit/Source/core/layout/line/InlineBox.cpp
@@ -39,10 +39,10 @@ class LayoutObject;
struct SameSizeAsInlineBox : DisplayItemClient {
virtual ~SameSizeAsInlineBox() { }
- uint32_t bitfields;
void* a[4];
LayoutPoint b;
LayoutUnit c;
+ uint32_t d : 32;
#if ENABLE(ASSERT)
bool f;
#endif

Powered by Google App Engine
This is Rietveld 408576698