diff options
Diffstat (limited to 'Source/WebKit2/UIProcess/mac/WebFullScreenManagerProxyMac.mm')
-rw-r--r-- | Source/WebKit2/UIProcess/mac/WebFullScreenManagerProxyMac.mm | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Source/WebKit2/UIProcess/mac/WebFullScreenManagerProxyMac.mm b/Source/WebKit2/UIProcess/mac/WebFullScreenManagerProxyMac.mm index d533573..33238b0 100644 --- a/Source/WebKit2/UIProcess/mac/WebFullScreenManagerProxyMac.mm +++ b/Source/WebKit2/UIProcess/mac/WebFullScreenManagerProxyMac.mm @@ -23,11 +23,13 @@ * THE POSSIBILITY OF SUCH DAMAGE. */ -#include "config.h" -#include "WebFullScreenManagerProxy.h" -#include "LayerTreeContext.h" -#include "WKFullScreenWindowController.h" -#include "WKViewInternal.h" +#import "config.h" +#import "WebFullScreenManagerProxy.h" + +#import "LayerTreeContext.h" +#import "WKFullScreenWindowController.h" +#import "WKViewInternal.h" +#import <WebCore/IntRect.h> #if ENABLE(FULLSCREEN_API) |