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

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

Issue 2692993003: Invalidate throttling-related dirty bits when changing cross-origin status. (Closed)
Patch Set: none Created 3 years, 10 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/Document.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 1e6ffcb367df436a60354bf705de5d621bf06712..4c61551b601ef4d4fcdb88b0cefa1287a5a1fa29 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -831,6 +831,8 @@ class CORE_EXPORT FrameView final
// Returns the GeometryMapper associated with the root local frame.
GeometryMapper& geometryMapper();
+ void crossOriginStatusChanged();
+
// The visual viewport can supply scrollbars which affect the existence of
// our scrollbars (see: computeScrollbarExistence).
void visualViewportScrollbarsChanged();
@@ -1026,7 +1028,9 @@ class CORE_EXPORT FrameView final
void updateViewportIntersectionsForSubtree(
DocumentLifecycle::LifecycleState targetState);
- void updateRenderThrottlingStatus(bool hidden, bool subtreeThrottled);
+ void updateRenderThrottlingStatus(bool hidden,
+ bool subtreeThrottled,
+ bool forceThrottlingInvalidation = false);
void notifyResizeObservers();
// PaintInvalidationCapableScrollableArea
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.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