Index: third_party/WebKit/Source/core/frame/Frame.h |
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h |
index 7bdcb065f1edeb848fd4ee243fd6f713fa4c5178..a063c1c2508d8af9646e09f940cc02d4d577b28c 100644 |
--- a/third_party/WebKit/Source/core/frame/Frame.h |
+++ b/third_party/WebKit/Source/core/frame/Frame.h |
@@ -130,6 +130,8 @@ public: |
virtual WindowProxyManager* windowProxyManager() const = 0; |
+ void scheduleVisualUpdateUnlessThrottled(); |
+ |
protected: |
Frame(FrameClient*, FrameHost*, FrameOwner*); |