https://bugs.webkit.org/show_bug.cgi?id=168765
Reviewed by Tim Horton.
* WebView/WebPDFViewIOS.h: Moving instance members to implementation file.
* WebView/WebPDFViewIOS.mm: Ditto.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@212880
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2017-02-22 Aakash Jain <aakash_jain@apple.com>
+ Move instance members from WebPDFView to implementation file
+ https://bugs.webkit.org/show_bug.cgi?id=168765
+
+ Reviewed by Tim Horton.
+
+ * WebView/WebPDFViewIOS.h: Moving instance members to implementation file.
+ * WebView/WebPDFViewIOS.mm: Ditto.
+
+2017-02-22 Aakash Jain <aakash_jain@apple.com>
+
Export m_isLoggingEnabled symbol from MemoryMeasure.h
https://bugs.webkit.org/show_bug.cgi?id=168760
#import <WebKitLegacy/WebDocumentPrivate.h>
-@interface WebPDFView : WAKView <WebPDFDocumentView, WebPDFDocumentRepresentation> {
- BOOL dataSourceHasBeenSet;
- CGPDFDocumentRef _PDFDocument;
- NSString *_title;
- CGRect *_pageRects;
-}
+@interface WebPDFView : WAKView <WebPDFDocumentView, WebPDFDocumentRepresentation>
- (unsigned)pageNumberForRect:(CGRect)rect;
- (unsigned)totalPages;
return CGColorCreate(graySpace, components);
}
-@implementation WebPDFView
+@implementation WebPDFView {
+ BOOL dataSourceHasBeenSet;
+ CGPDFDocumentRef _PDFDocument;
+ NSString *_title;
+ CGRect *_pageRects;
+}
+ (NSArray *)supportedMIMETypes
{