| Index: Source/core/frame/LocalFrame.h
|
| diff --git a/Source/core/frame/LocalFrame.h b/Source/core/frame/LocalFrame.h
|
| index 39d4e96a1cefdc6b5d41b1596649d79ed24ac20f..293a21b9569bb58c9be76574a358bf2949636b0f 100644
|
| --- a/Source/core/frame/LocalFrame.h
|
| +++ b/Source/core/frame/LocalFrame.h
|
| @@ -131,8 +131,6 @@ namespace blink {
|
|
|
| bool inScope(TreeScope*) const;
|
|
|
| - void countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isPartial);
|
| -
|
| // See GraphicsLayerClient.h for accepted flags.
|
| String layerTreeAsText(unsigned flags = 0) const;
|
|
|
|
|