Bug 123171

Summary: Remove more getters from PlatformCALayer
Product: WebKit Reporter: Tim Horton <thorton>
Component: Layout and RenderingAssignee: Tim Horton <thorton>
Status: REOPENED ---    
Severity: Normal CC: andersca, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
let's see about windows andersca: review+

Description Tim Horton 2013-10-22 14:00:09 PDT
There are a handful of getters which are only used internally, and only by the subclasses. We can remove them from PlatformCALayer and make them private on the subclasses (and perhaps some subclasses won't need them at all!).
Comment 1 Tim Horton 2013-10-22 14:23:07 PDT
Created attachment 214882 [details]
let's see about windows
Comment 2 Tim Horton 2013-10-22 17:38:00 PDT
http://trac.webkit.org/changeset/157837
Comment 3 Tim Horton 2013-10-22 17:38:09 PDT
Err, wrong bug.