Add a special apply function that can update the point without copies and inline it for speed.
Created attachment 252511 [details] Patch
Created attachment 252512 [details] Patch
Attachment 252512 [details] did not pass style-queue: ERROR: Source/WebCore/rendering/RenderBox.h:557: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 8 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 252513 [details] Patch
Comment on attachment 252513 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252513&action=review > Source/WebCore/rendering/RenderBox.cpp:4866 > + containerBlock->flipForWritingMode(rect); // FIXME: This is wrong if we are an absolutely positioned object Nit: Missing period in comment.
Fixed in r183885.