Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: third_party/WebKit/Source/core/frame/FrameView.h

Issue 1878943011: CL for perf tryjob on linux (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.cpp ('k') | third_party/WebKit/Source/core/frame/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698