| 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;
|
|
|