| 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 8ed74dcd2c69d818f0058ea6cbb1e4aa4dcb42cb..a5bdced720daa7cd83cb691abd705ac98f5b3103 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -634,6 +634,8 @@ protected:
|
| void invalidateTreeIfNeeded(PaintInvalidationState&);
|
|
|
| private:
|
| + friend class FramePainter;
|
| +
|
| explicit FrameView(LocalFrame*);
|
|
|
| void setScrollOffset(const DoublePoint&, ScrollType) override;
|
| @@ -753,6 +755,7 @@ private:
|
| void collectFrameTimingRequestsRecursive(GraphicsLayerFrameTimingRequests&);
|
|
|
| template <typename Function> void forAllNonThrottledFrameViews(Function);
|
| + void showFrameTree(int indent = 0) const;
|
|
|
| void setNeedsUpdateViewportIntersection();
|
| void updateViewportIntersectionsForSubtree(LifeCycleUpdateOption);
|
|
|