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

Unified Diff: Source/core/rendering/RenderObject.cpp

Issue 35333003: Intentionally bloat RenderObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Updated after pdr's review Created 7 years, 2 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/core/rendering/RenderObject.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderObject.cpp
diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
index b87d8a0ee6fbbb951cd7f5bf27190618c09a0e5f..7fc118ca2cc38752f7de10f0ceadfbaad033a55a 100644
--- a/Source/core/rendering/RenderObject.cpp
+++ b/Source/core/rendering/RenderObject.cpp
@@ -116,6 +116,8 @@ struct SameSizeAsRenderObject {
unsigned m_debugBitfields : 2;
#endif
unsigned m_bitfields;
+ LayoutRect m_dummyRectThatShouldntStickInTree1;
+ LayoutRect m_dummyRectThatShouldntStickInTree2;
};
COMPILE_ASSERT(sizeof(RenderObject) == sizeof(SameSizeAsRenderObject), RenderObject_should_stay_small);
« no previous file with comments | « Source/core/rendering/RenderObject.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698