Bug 149557 - Expose 'geometryFlipped' state for debugging/logging purposes
Summary: Expose 'geometryFlipped' state for debugging/logging purposes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-25 11:17 PDT by Brent Fulgham
Modified: 2015-09-28 15:48 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.03 KB, patch)
2015-09-25 11:45 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff
Patch v2 (Fix iOS/WK2 build) (7.10 KB, patch)
2015-09-25 13:47 PDT, Brent Fulgham
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>