| Index: sky/engine/core/frame/FrameView.h
|
| diff --git a/sky/engine/core/frame/FrameView.h b/sky/engine/core/frame/FrameView.h
|
| index 8afc778b61b4f412e1b6dd37882f2a0fdb4fe005..fe926d1aa970a8ecfa4c1d8213bbcffb31ecb0c2 100644
|
| --- a/sky/engine/core/frame/FrameView.h
|
| +++ b/sky/engine/core/frame/FrameView.h
|
| @@ -222,8 +222,6 @@ private:
|
|
|
| virtual bool isFrameView() const override { return true; }
|
|
|
| - bool contentsInCompositedLayer() const;
|
| -
|
| void forceLayoutParentViewIfNeeded();
|
| void performPreLayoutTasks();
|
| void performLayout(RenderObject* rootForThisLayout, bool inSubtreeLayout);
|
| @@ -232,8 +230,6 @@ private:
|
|
|
| void invalidateTreeIfNeeded();
|
|
|
| - void gatherDebugLayoutRects(RenderObject* layoutRoot);
|
| -
|
| DocumentLifecycle& lifecycle() const;
|
|
|
| // FIXME(sky): Remove now that we're not a ScrollView?
|
|
|