Title: [255882] branches/safari-609-branch/Source/WebKit/WebProcess/WebPage/WebPage.h
Revision
255882
Author
[email protected]
Date
2020-02-05 17:08:45 -0800 (Wed, 05 Feb 2020)

Log Message

Unreviewed build fix. rdar://problem/58942727

Modified Paths


Diff

Modified: branches/safari-609-branch/Source/WebKit/WebProcess/WebPage/WebPage.h (255881 => 255882)


--- branches/safari-609-branch/Source/WebKit/WebProcess/WebPage/WebPage.h	2020-02-06 01:03:01 UTC (rev 255881)
+++ branches/safari-609-branch/Source/WebKit/WebProcess/WebPage/WebPage.h	2020-02-06 01:08:45 UTC (rev 255882)
@@ -964,7 +964,7 @@
     void setMaximumUnobscuredSize(const WebCore::FloatSize&);
     void setDeviceOrientation(int32_t);
     void setOverrideViewportArguments(const Optional<WebCore::ViewportArguments>&);
-    Optional<float> scaleFromUIProcess(const VisibleContentRectUpdateInfo&) 
+    Optional<float> scaleFromUIProcess(const VisibleContentRectUpdateInfo&); 
     void updateVisibleContentRects(const VisibleContentRectUpdateInfo&, MonotonicTime oldestTimestamp);
     void dynamicViewportSizeUpdate(const WebCore::FloatSize& viewLayoutSize, const WebCore::FloatSize& maximumUnobscuredSize, const WebCore::FloatRect& targetExposedContentRect, const WebCore::FloatRect& targetUnobscuredRect, const WebCore::FloatRect& targetUnobscuredRectInScrollViewCoordinates, const WebCore::FloatBoxExtent& targetUnobscuredSafeAreaInsets, double scale, int32_t deviceOrientation, double minimumEffectiveDeviceWidth, DynamicViewportSizeUpdateID);
     bool scaleWasSetByUIProcess() const { return m_scaleWasSetByUIProcess; }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to