| Index: sky/engine/core/dom/Document.h
|
| diff --git a/sky/engine/core/dom/Document.h b/sky/engine/core/dom/Document.h
|
| index 2a9a342cb18106f7052831fe1259c2f74113cf87..f79035aec6ba520de66135f1f5d7d2475c56a127 100644
|
| --- a/sky/engine/core/dom/Document.h
|
| +++ b/sky/engine/core/dom/Document.h
|
| @@ -570,8 +570,8 @@ public:
|
| bool haveImportsLoaded() const;
|
| void didLoadAllImports();
|
|
|
| - void adjustFloatQuadsForScrollAndAbsoluteZoom(Vector<FloatQuad>&, RenderObject&);
|
| - void adjustFloatRectForScrollAndAbsoluteZoom(FloatRect&, RenderObject&);
|
| + void adjustFloatQuadsForScroll(Vector<FloatQuad>&);
|
| + void adjustFloatRectForScroll(FloatRect&);
|
|
|
| bool hasActiveParser();
|
| unsigned activeParserCount() { return m_activeParserCount; }
|
|
|