* platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
(PlatformCALayer::setTileSize):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@187387
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-07-25 Ryosuke Niwa <rniwa@webkit.org>
+
+ iOS build fix after r187384.
+
+ * platform/graphics/ca/cocoa/PlatformCALayerCocoa.mm:
+ (PlatformCALayer::setTileSize):
+
2015-07-25 Chris Fleizach <cfleizach@apple.com>
AX: iOS: Video "start playback" playback controls not accessible
#import "WAKWindow.h"
#import "WKGraphics.h"
#import "WebCoreThread.h"
-#import "WebTiledLayer.h"
#else
#import "ThemeMac.h"
#endif
{
if (m_layerType != LayerTypeWebTiledLayer)
return;
-
- BEGIN_BLOCK_OBJC_EXCEPTIONS
- [static_cast<WebTiledLayer*>(m_layer.get()) setTileSize:tileSize];
- END_BLOCK_OBJC_EXCEPTIONS
}
#endif // PLATFORM(IOS)