| Index: Source/core/frame/FrameView.h
|
| diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h
|
| index f17fe0f18c8a09d89df59954ce67168ef0ceabf4..20a782a56461f3ee63171fa2dc65f81f06177ea8 100644
|
| --- a/Source/core/frame/FrameView.h
|
| +++ b/Source/core/frame/FrameView.h
|
| @@ -113,6 +113,7 @@ public:
|
|
|
| bool needsFullRepaint() const { return m_doFullRepaint; }
|
|
|
| + void updateAcceleratedCompositingSettings();
|
| void updateCompositingLayersAfterStyleChange();
|
| void updateCompositingLayersAfterLayout();
|
|
|
|
|