Bug 149557

Summary: Expose 'geometryFlipped' state for debugging/logging purposes
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Layout and RenderingAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch v2 (Fix iOS/WK2 build) none

Description Brent Fulgham 2015-09-25 11:17:48 PDT
Although we have a PlatformCALayer::setGeometryFlipped method, there is no corresponding "PlatformCALayer::geometryFlipped" accessor. Fix this so I can log it for debugging purposes.
Comment 1 Brent Fulgham 2015-09-25 11:45:41 PDT
Created attachment 261929 [details]
Patch
Comment 2 Brent Fulgham 2015-09-25 12:20:56 PDT
I'll fix the iOS/OSX build error and land from my Mac.
Comment 3 Brent Fulgham 2015-09-25 13:47:55 PDT
Created attachment 261937 [details]
Patch v2 (Fix iOS/WK2 build)
Comment 4 Brent Fulgham 2015-09-28 15:48:01 PDT
Committed r190292: <http://trac.webkit.org/changeset/190292>