Bug 125712

Summary: Move RenderObject::repaintAfterLayoutIfNeeded() to RenderElement.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, commit-queue, esprehn+autocc, glenn, kling, kondapallykalyan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch darin: review+

Description Andreas Kling 2013-12-13 14:56:55 PST
Move RenderObject::repaintAfterLayoutIfNeeded() to RenderElement.
Comment 1 Andreas Kling 2013-12-13 14:57:20 PST
Created attachment 219201 [details]
Patch
Comment 2 WebKit Commit Bot 2013-12-13 15:00:09 PST
Attachment 219201 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCore/rendering/RenderElement.cpp', u'Source/WebCore/rendering/RenderElement.h', u'Source/WebCore/rendering/RenderObject.cpp', u'Source/WebCore/rendering/RenderObject.h', '--commit-queue']" exit_code: 1
ERROR: Source/WebCore/rendering/RenderElement.cpp:1178:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
ERROR: Source/WebCore/rendering/RenderElement.cpp:1190:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
ERROR: Source/WebCore/rendering/RenderElement.cpp:1200:  Should have only a single space after a punctuation in a comment.  [whitespace/comments] [5]
Total errors found: 3 in 3 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Andreas Kling 2013-12-13 23:26:34 PST
Committed r160590: <http://trac.webkit.org/changeset/160590>