https://bugs.webkit.org/show_bug.cgi?id=185325
Reviewed by Brent Fulgham.
* WebProcess/WebCoreSupport/WebChromeClient.h:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@231451
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2018-05-07 Don Olmstead <don.olmstead@sony.com>
+
+ [Win] Add missing methods to WebChromeClient
+ https://bugs.webkit.org/show_bug.cgi?id=185325
+
+ Reviewed by Brent Fulgham.
+
+ * WebProcess/WebCoreSupport/WebChromeClient.h:
+
2018-05-07 Megan Gardner <megan_gardner@apple.com>
Allow Web Touch events to timeout
bool adjustLayerFlushThrottling(WebCore::LayerFlushThrottleState::Flags) final;
void contentRuleListNotification(const WebCore::URL&, const HashSet<std::pair<String, String>>&) final;
-
+
+#if PLATFORM(WIN)
+ void setLastSetCursorToCurrentCursor() final { }
+ void AXStartFrameLoad() final { }
+ void AXFinishFrameLoad() final { }
+#endif
+
#if USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR)
RefPtr<WebCore::DisplayRefreshMonitor> createDisplayRefreshMonitor(WebCore::PlatformDisplayID) const final;
#endif