X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Source%2FWebCore%2Fplatform%2Fmac%2FScrollViewMac.mm;h=13721af4bde13d62f27842fbc27655bf48ac97df;hp=950c4cd06058e0827ddf802fa10aec50b0ef63eb;hb=5572ebd74ab8b8ec8b6a05f8e1d3f24f8543c946;hpb=6c266dd52a255c63897904eef78d2c94d3cf2808 diff --git a/Source/WebCore/platform/mac/ScrollViewMac.mm b/Source/WebCore/platform/mac/ScrollViewMac.mm index 950c4cd06058..13721af4bde1 100644 --- a/Source/WebCore/platform/mac/ScrollViewMac.mm +++ b/Source/WebCore/platform/mac/ScrollViewMac.mm @@ -36,6 +36,7 @@ @interface NSScrollView (Details) - (NSEdgeInsets)contentInsets; +@property BOOL automaticallyAdjustsContentInsets; @end @interface NSWindow (WebWindowDetails)