git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Build fix for platforms where we should have automaticallyAdjustsContentInsets but...
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
mac
/
ScrollViewMac.mm
diff --git
a/Source/WebCore/platform/mac/ScrollViewMac.mm
b/Source/WebCore/platform/mac/ScrollViewMac.mm
index 950c4cd06058e0827ddf802fa10aec50b0ef63eb..13721af4bde13d62f27842fbc27655bf48ac97df 100644
(file)
--- a/
Source/WebCore/platform/mac/ScrollViewMac.mm
+++ b/
Source/WebCore/platform/mac/ScrollViewMac.mm
@@
-36,6
+36,7
@@
@interface NSScrollView (Details)
- (NSEdgeInsets)contentInsets;
@interface NSScrollView (Details)
- (NSEdgeInsets)contentInsets;
+@property BOOL automaticallyAdjustsContentInsets;
@end
@interface NSWindow (WebWindowDetails)
@end
@interface NSWindow (WebWindowDetails)