Title: [170662] trunk/Source/WebKit2
Revision
170662
Author
beid...@apple.com
Date
2014-07-01 13:38:37 -0700 (Tue, 01 Jul 2014)

Log Message

Followup for: Combine the Telephone and Selection overlay controllers, updating UI behavior.
https://bugs.webkit.org/show_bug.cgi?id=134461

Rubberstamped by Tim Horton.

* WebProcess/WebPage/mac/ServicesOverlayController.mm: Include the correct constant.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (170661 => 170662)


--- trunk/Source/WebKit2/ChangeLog	2014-07-01 20:29:52 UTC (rev 170661)
+++ trunk/Source/WebKit2/ChangeLog	2014-07-01 20:38:37 UTC (rev 170662)
@@ -313,6 +313,15 @@
 
 2014-07-01  Brady Eidson  <beid...@apple.com>
 
+        Followup for: Combine the Telephone and Selection overlay controllers, updating UI behavior.
+        https://bugs.webkit.org/show_bug.cgi?id=134461
+
+        Rubberstamped by Tim Horton.
+
+        * WebProcess/WebPage/mac/ServicesOverlayController.mm: Include the correct constant.
+
+2014-07-01  Brady Eidson  <beid...@apple.com>
+
         Build fix.
 
         Forgot to commit locally before pushing.

Modified: trunk/Source/WebKit2/WebProcess/WebPage/mac/ServicesOverlayController.mm (170661 => 170662)


--- trunk/Source/WebKit2/WebProcess/WebPage/mac/ServicesOverlayController.mm	2014-07-01 20:29:52 UTC (rev 170661)
+++ trunk/Source/WebKit2/WebProcess/WebPage/mac/ServicesOverlayController.mm	2014-07-01 20:38:37 UTC (rev 170662)
@@ -48,7 +48,7 @@
 #endif
 
 typedef NSUInteger DDHighlightStyle;
-static DDHighlightStyle DDHighlightNoOutlineWithArrow = 0;
+static const DDHighlightStyle DDHighlightNoOutlineWithArrow = (1 << 16);
 
 SOFT_LINK_PRIVATE_FRAMEWORK_OPTIONAL(DataDetectors)
 SOFT_LINK(DataDetectors, DDHighlightCreateWithRectsInVisibleRect, DDHighlightRef, (CFAllocatorRef allocator, CGRect * rects, CFIndex count, CGRect globalVisibleRect, Boolean withArrow), (allocator, rects, count, globalVisibleRect, withArrow))
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to