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 d0b0a71569cd010bee301a052b4bec7f8afd2234..f6adb10cc25140694c461b1d0f69bdaca287bb63 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -82,7 +82,7 @@ typedef unsigned long long DOMTimeStamp; |
class CORE_EXPORT FrameView final : public Widget, public ScrollableArea { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FrameView); |
- friend class PaintControllerPaintTestForSlimmingPaintV2; |
+ friend class PaintControllerPaintTestBase; |
friend class Internals; |
friend class LayoutPart; // for invalidateTreeIfNeeded |
@@ -738,7 +738,7 @@ private: |
void collectFrameTimingRequests(GraphicsLayerFrameTimingRequests&); |
void collectFrameTimingRequestsRecursive(GraphicsLayerFrameTimingRequests&); |
- template <typename Function> void forAllFrameViews(Function); |
+ template <typename Function> void forAllNonThrottlingFrameViews(Function); |
void setNeedsUpdateViewportIntersection(); |
void updateViewportIntersectionsForSubtree(); |