Bug 156415

Summary: [iOS Simulator] Build failure (property 'contentsFormat' not found on object of type 'LegacyTileLayer *')
Product: WebKit Reporter: Joanmarie Diggs <jdiggs>
Component: New BugsAssignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, commit-queue, dbates, joepeck, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=155931
Attachments:
Description Flags
[PATCH] Proposed Fix none

Description Joanmarie Diggs 2016-04-08 12:47:12 PDT
I'm trying to build iOS Simulator in El Capitan, but the build fails.

$ xcodebuild -sdk iphonesimulator -version SDKVersion
9.3

==================================
/Users/jd/WebKit/WebKitBuild/WebCore.build/Release-iphonesimulator/WebCore.build/Objects-normal/x86_64/LegacyTileGridTile.o
/Users/jd/WebKit/Source/WebCore/platform/ios/LegacyTileGridTile.mm:67:15: error: property 'contentsFormat' not found on object of type 'LegacyTileLayer *'
        layer.contentsFormat = kCAContentsFormatRGBA10XR;
              ^
1 error generated.

** BUILD FAILED **


The following build commands failed:
	CompileC /Users/jd/WebKit/WebKitBuild/WebCore.build/Release-iphonesimulator/WebCore.build/Objects-normal/x86_64/LegacyTileGridTile.o platform/ios/LegacyTileGridTile.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
==================================
Comment 1 Joseph Pecoraro 2016-04-08 13:27:10 PDT
This is just missing the SPI forward declaration.

After fixing this, it sounds like there is another issue in _WKElementAction, so I'm awaiting seeing what those are.
Comment 2 Joseph Pecoraro 2016-04-08 14:18:01 PDT
Created attachment 276042 [details]
[PATCH] Proposed Fix
Comment 3 WebKit Commit Bot 2016-04-08 17:42:52 PDT
Comment on attachment 276042 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 276042

Committed r199258: <http://trac.webkit.org/changeset/199258>
Comment 4 WebKit Commit Bot 2016-04-08 17:42:57 PDT
All reviewed patches have been landed.  Closing bug.