Bug 126796

Summary: [iOS] Fix PlatformScreenIOS.mm for iOS
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: joepeck, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joseph Pecoraro 2014-01-10 17:16:56 PST
Build errors:
Source/WebCore/platform/ios/PlatformScreenIOS.mm:39:5: error: no previous prototype for function 'screenHorizontalDPI' [-Werror,-Wmissing-prototypes]
int screenHorizontalDPI(Widget*)
Source/WebCore/platform/ios/PlatformScreenIOS.mm:45:5: error: no previous prototype for function 'screenVerticalDPI' [-Werror,-Wmissing-prototypes]
int screenVerticalDPI(Widget*)
Comment 1 Joseph Pecoraro 2014-01-10 17:18:39 PST
Created attachment 220909 [details]
[PATCH] Proposed Fix
Comment 2 Joseph Pecoraro 2014-01-10 17:20:50 PST
Comment on attachment 220909 [details]
[PATCH] Proposed Fix

Ahh, we are just landing build fixes unreviewed. Closing out this bug!
Comment 3 Joseph Pecoraro 2014-01-10 17:34:04 PST
This landed as. <http://trac.webkit.org/changeset/161704>