| 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 2efbb0f03a99d72a95516ecbb14a4ba7f358b987..9fe1152c35dec05993ae501465cc9e1143fee26e 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -46,6 +46,7 @@
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "platform/graphics/Color.h"
|
| +#include "platform/graphics/CompositorElementId.h"
|
| #include "platform/graphics/GraphicsLayerClient.h"
|
| #include "platform/scroll/ScrollTypes.h"
|
| #include "platform/scroll/Scrollbar.h"
|
| @@ -63,8 +64,8 @@ namespace blink {
|
|
|
| class AXObjectCache;
|
| class ComputedStyle;
|
| -class DocumentLifecycle;
|
| class Cursor;
|
| +class DocumentLifecycle;
|
| class Element;
|
| class ElementVisibilityObserver;
|
| class Frame;
|
| @@ -927,7 +928,8 @@ class CORE_EXPORT FrameView final
|
|
|
| // TODO(wangxianzhu): Remove the parameter and use m_paintController for SPv2.
|
| void notifyPaint(const PaintController&) const;
|
| - void pushPaintArtifactToCompositor();
|
| + void pushPaintArtifactToCompositor(
|
| + CompositorElementIdSet& compositedElementIds);
|
|
|
| void reset();
|
| void init();
|
|
|