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

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

Issue 2643723008: [devtools] Add a command to emulate the default background color. (Closed)
Patch Set: Apply compositedLayerMapping updates during updateLifecyclePhases to fix DCHECK errors. Created 3 years, 11 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/frame/FrameView.h
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
index 66381d55971485e9fe54c7a2e3a90aa60bbeb9ee..249945880e61c8960ed2e4c94656af285010aa63 100644
--- a/third_party/WebKit/Source/core/frame/FrameView.h
+++ b/third_party/WebKit/Source/core/frame/FrameView.h
@@ -1027,6 +1027,8 @@ class CORE_EXPORT FrameView final
PaintController* paintController() { return m_paintController.get(); }
+ void updateOpaquenessIfNeeded();
+
LayoutSize m_size;
typedef HashSet<RefPtr<LayoutEmbeddedObject>> EmbeddedObjectSet;
@@ -1180,6 +1182,8 @@ class CORE_EXPORT FrameView final
bool m_suppressAdjustViewSize;
bool m_allowsLayoutInvalidationAfterLayoutClean;
+ bool m_needsOpaquenessUpdate;
+
Member<ElementVisibilityObserver> m_visibilityObserver;
IntRect m_remoteViewportIntersection;

Powered by Google App Engine
This is Rietveld 408576698