Bug 142758 - Move some code from LogicalSelectionOffsetCaches into RenderElement
Summary: Move some code from LogicalSelectionOffsetCaches into RenderElement
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-16 18:06 PDT by Simon Fraser (smfr)
Modified: 2015-03-17 12:00 PDT (History)
6 users (show)

See Also:


Attachments
Patch (13.05 KB, patch)
2015-03-16 18:08 PDT, Simon Fraser (smfr)
mmaxfield: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-03-16 18:06:54 PDT
Move some code from LogicalSelectionOffsetCaches into RenderElement
Comment 1 Simon Fraser (smfr) 2015-03-16 18:08:37 PDT
Created attachment 248772 [details]
Patch
Comment 2 Myles C. Maxfield 2015-03-16 18:25:27 PDT
Comment on attachment 248772 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=248772&action=review

> Source/WebCore/rendering/RenderElement.cpp:40
> +#include "RenderBlock.h"

Does LogicalSelectionOffsetCaches.h still need this include? I don't see it deleted
Comment 3 Simon Fraser (smfr) 2015-03-17 12:00:16 PDT
https://trac.webkit.org/r181654