Bug 69759

Summary: Shrink RenderLayer and ScrollableArea.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch koivisto: review+

Description Andreas Kling 2011-10-10 07:14:08 PDT
SSIA.
Comment 1 Andreas Kling 2011-10-10 07:16:17 PDT
Created attachment 110356 [details]
Proposed patch
Comment 2 WebKit Review Bot 2011-10-10 07:18:32 PDT
Attachment 110356 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1

Source/WebCore/rendering/RenderLayer.h:711:  One space before end of line comments  [whitespace/comments] [5]
Source/WebCore/rendering/RenderLayer.h:726:  One space before end of line comments  [whitespace/comments] [5]
Total errors found: 2 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Antti Koivisto 2011-10-10 07:44:05 PDT
Comment on attachment 110356 [details]
Proposed patch

Please add a comment on top of the bits about why this specific ordering is good to reduce likelihood of someone breaking it accidentally.
Comment 4 Andreas Kling 2011-10-10 07:51:38 PDT
Committed r97062: <http://trac.webkit.org/changeset/97062>