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

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

Issue 1897123002: Remove current implementation of frame timing events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/frame/Frame.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 676fcc84c82c851baf17884efad058f2dc9e37aa..59019c5a7ba6e0ad9aa95cbdf617bf8286436528 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -564,9 +564,6 @@ public:
LayoutAnalyzer* layoutAnalyzer() { return m_analyzer.get(); }
- void setFrameTimingRequestsDirty(bool isDirty) { m_frameTimingRequestsDirty = isDirty; }
- bool frameTimingRequestsDirty() { return m_frameTimingRequestsDirty; }
-
// Returns true if this frame should not render or schedule visual updates.
bool shouldThrottleRendering() const;
@@ -747,11 +744,6 @@ private:
void collectAnnotatedRegions(LayoutObject&, Vector<AnnotatedRegionValue>&) const;
- typedef WTF::HashMap <const GraphicsLayer*, Vector<std::pair<int64_t, WebRect>>> GraphicsLayerFrameTimingRequests;
- void updateFrameTimingRequestsIfNeeded();
- void collectFrameTimingRequests(GraphicsLayerFrameTimingRequests&);
- void collectFrameTimingRequestsRecursive(GraphicsLayerFrameTimingRequests&);
-
template <typename Function> void forAllNonThrottledFrameViews(const Function&);
void setNeedsUpdateViewportIntersection();
« no previous file with comments | « third_party/WebKit/Source/core/frame/Frame.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