Title: [255906] branches/safari-609-branch/Source/WebKit/WebProcess/WebPage/WebPage.h
- Revision
- 255906
- Author
- [email protected]
- Date
- 2020-02-05 22:39:28 -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 (255905 => 255906)
--- branches/safari-609-branch/Source/WebKit/WebProcess/WebPage/WebPage.h 2020-02-06 05:46:56 UTC (rev 255905)
+++ branches/safari-609-branch/Source/WebKit/WebProcess/WebPage/WebPage.h 2020-02-06 06:39:28 UTC (rev 255906)
@@ -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&) const;
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