Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index 19fb36f51176201d9907a9b41cf7b52a8e8eef27..bae313f6084a4180e8969025628247c88a6c218e 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -737,7 +737,7 @@ private: |
void collectFrameTimingRequests(GraphicsLayerFrameTimingRequests&); |
void collectFrameTimingRequestsRecursive(GraphicsLayerFrameTimingRequests&); |
- template <typename Function> void forAllFrameViews(Function); |
+ template <typename Function> void forAllNonThrottledFrameViews(Function); |
void setNeedsUpdateViewportIntersection(); |
void updateViewportIntersectionsForSubtree(); |