| Index: sky/engine/core/frame/LocalFrame.h
|
| diff --git a/sky/engine/core/frame/LocalFrame.h b/sky/engine/core/frame/LocalFrame.h
|
| index d7d90bdd16c456eb1c079a1ef992c868216dee4d..a9a46cb722ca92f654d4fb34bb5fc929f1039110 100644
|
| --- a/sky/engine/core/frame/LocalFrame.h
|
| +++ b/sky/engine/core/frame/LocalFrame.h
|
| @@ -103,8 +103,6 @@ namespace blink {
|
|
|
| // ======== All public functions below this point are candidates to move out of LocalFrame into another class. ========
|
|
|
| - void countObjectsNeedingLayout(unsigned& needsLayoutObjects, unsigned& totalObjects, bool& isPartial);
|
| -
|
| FloatSize resizePageRectsKeepingRatio(const FloatSize& originalSize, const FloatSize& expectedSize);
|
|
|
| void deviceOrPageScaleFactorChanged();
|
|
|