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

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

Issue 2516473002: Cross-origin iframes: collect data under hypothetical loading strategies (Closed)
Patch Set: Created 4 years, 1 month 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 fba3907f684131b3dfda7eb454f571bef5593ffa..e1bd04694e86b87a51a804394b9cef2862c262b0 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -852,7 +852,7 @@ class CORE_EXPORT FrameView final
void scheduleOrPerformPostLayoutTasks();
void performPostLayoutTasks();
- void maybeRecordLoadReason();
+ void recordDeferredLoadingStats();
DocumentLifecycle& lifecycle() const;
@@ -1023,7 +1023,6 @@ class CORE_EXPORT FrameView final
float m_browserControlsViewportAdjustment;
bool m_needsUpdateWidgetGeometries;
- bool m_needsUpdateViewportIntersection;
dgrogan 2016/11/17 22:28:33 A previous CL removed the last uses. Just cleaning
bool m_needsUpdateViewportIntersectionInSubtree;
#if ENABLE(ASSERT)

Powered by Google App Engine
This is Rietveld 408576698