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

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

Issue 2516473002: Cross-origin iframes: collect data under hypothetical loading strategies (Closed)
Patch Set: Do arithmetic instead of intersects Created 4 years 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
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 497a1c0838bb49cba798958a4123b2276e07ba9f..6496995b868b4acf0380b72afeec296ae090269a 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -905,7 +905,7 @@ class CORE_EXPORT FrameView final
void scheduleOrPerformPostLayoutTasks();
void performPostLayoutTasks();
- void maybeRecordLoadReason();
+ void recordDeferredLoadingStats();
DocumentLifecycle& lifecycle() const;
@@ -1080,7 +1080,6 @@ class CORE_EXPORT FrameView final
float m_browserControlsViewportAdjustment;
bool m_needsUpdateWidgetGeometries;
- bool m_needsUpdateViewportIntersection;
bool m_needsUpdateViewportIntersectionInSubtree;
#if ENABLE(ASSERT)

Powered by Google App Engine
This is Rietveld 408576698