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

Unified Diff: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h

Issue 2736523002: Defer ChromeClient::attachRootGraphicsLayer until after compositing update. (Closed)
Patch Set: use updateLifecycleToCompositingCleanPlusScrolling Created 3 years, 9 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
Index: third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
diff --git a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
index 68ffabf78b70fb2dc47bb981f2fa9d10c6727b90..3228f17a1a6fad9d0b3b11886eeb80efe918a7d5 100644
--- a/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
+++ b/third_party/WebKit/Source/core/layout/compositing/PaintLayerCompositor.h
@@ -271,6 +271,7 @@ class CORE_EXPORT PaintLayerCompositor final : public GraphicsLayerClient {
bool m_inOverlayFullscreenVideo;
RootLayerAttachment m_rootLayerAttachment;
+ bool m_pendingChromeClientAttachment;
// Enclosing container layer, which clips for iframe content
std::unique_ptr<GraphicsLayer> m_containerLayer;

Powered by Google App Engine
This is Rietveld 408576698