Title: [241204] trunk/Source/WebKit
Revision
241204
Author
[email protected]
Date
2019-02-08 12:36:07 -0800 (Fri, 08 Feb 2019)

Log Message

Abstract and discussion comments needed for afterScreenUpdates
https://bugs.webkit.org/show_bug.cgi?id=194442

Reviewed by Wenson Hsieh.

Forgot to add these comments with https://bugs.webkit.org/show_bug.cgi?id=194362
* UIProcess/API/Cocoa/WKSnapshotConfiguration.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (241203 => 241204)


--- trunk/Source/WebKit/ChangeLog	2019-02-08 19:48:04 UTC (rev 241203)
+++ trunk/Source/WebKit/ChangeLog	2019-02-08 20:36:07 UTC (rev 241204)
@@ -1,5 +1,15 @@
 2019-02-08  Beth Dakin  <[email protected]>
 
+        Abstract and discussion comments needed for afterScreenUpdates
+        https://bugs.webkit.org/show_bug.cgi?id=194442
+
+        Reviewed by Wenson Hsieh.
+
+        Forgot to add these comments with https://bugs.webkit.org/show_bug.cgi?id=194362
+        * UIProcess/API/Cocoa/WKSnapshotConfiguration.h:
+
+2019-02-08  Beth Dakin  <[email protected]>
+
         Add afterScreenUpdates to WKSnapshotConfiguration
         https://bugs.webkit.org/show_bug.cgi?id=194362
         -and corresponding-

Modified: trunk/Source/WebKit/UIProcess/API/Cocoa/WKSnapshotConfiguration.h (241203 => 241204)


--- trunk/Source/WebKit/UIProcess/API/Cocoa/WKSnapshotConfiguration.h	2019-02-08 19:48:04 UTC (rev 241203)
+++ trunk/Source/WebKit/UIProcess/API/Cocoa/WKSnapshotConfiguration.h	2019-02-08 20:36:07 UTC (rev 241204)
@@ -48,6 +48,11 @@
  */
 @property (nullable, nonatomic, copy) NSNumber *snapshotWidth;
 
+/*! @abstract A Boolean value that specifies whether the snapshot should be taken after recent
+ changes have been incorporated. The value NO will capture the screen in its current state,
+ which might not include recent changes.
+ @discussion The default value is YES.
+ */
 @property (nonatomic) BOOL afterScreenUpdates WK_API_AVAILABLE(macosx(WK_MAC_TBA), ios(WK_IOS_TBA));
 
 @end
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to