Index: Source/core/page/ChromeClient.h |
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h |
index c1ae55c65bf4e2233544223d3c4adb953825acd0..28be429dd8adb3915559beab7fb04f38bd068c58 100644 |
--- a/Source/core/page/ChromeClient.h |
+++ b/Source/core/page/ChromeClient.h |
@@ -148,6 +148,8 @@ public: |
virtual void scheduleAnimation() = 0; |
// End methods used by HostWindow. |
+ virtual bool isCompositorFramePending() const = 0; |
+ |
virtual void dispatchViewportPropertiesDidChange(const ViewportDescription&) const { } |
virtual void contentsSizeChanged(Frame*, const IntSize&) const = 0; |