Title: [159262] trunk/Source/WebKit2
Revision
159262
Author
[email protected]
Date
2013-11-13 16:46:41 -0800 (Wed, 13 Nov 2013)

Log Message

Tweak the property syntax after https://bugs.webkit.org/show_bug.cgi?id=124317

Reviewed by Dan Bernstein.

* UIProcess/API/mac/WKViewPrivate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (159261 => 159262)


--- trunk/Source/WebKit2/ChangeLog	2013-11-14 00:44:22 UTC (rev 159261)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-14 00:46:41 UTC (rev 159262)
@@ -1,3 +1,11 @@
+2013-11-13  Simon Fraser  <[email protected]>
+
+        Tweak the property syntax after https://bugs.webkit.org/show_bug.cgi?id=124317
+
+        Reviewed by Dan Bernstein.
+
+        * UIProcess/API/mac/WKViewPrivate.h:
+
 2013-11-13  Anders Carlsson  <[email protected]>
 
         Move more state tracking to FrameLoadState

Modified: trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h (159261 => 159262)


--- trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h	2013-11-14 00:44:22 UTC (rev 159261)
+++ trunk/Source/WebKit2/UIProcess/API/mac/WKViewPrivate.h	2013-11-14 00:46:41 UTC (rev 159262)
@@ -64,7 +64,7 @@
 @property (readwrite) NSSize minimumSizeForAutoLayout;
 @property (readwrite) BOOL shouldClipToVisibleRect;
 @property (readwrite) BOOL shouldExpandToViewHeightForAutoLayout;
-@property (readonly) BOOL isUsingUISideCompositing;
+@property (readonly, getter=isUsingUISideCompositing) BOOL usingUISideCompositing;
 
 @property(copy, nonatomic) NSColor *underlayColor;
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to