| Index: Source/core/rendering/RenderView.h
|
| diff --git a/Source/core/rendering/RenderView.h b/Source/core/rendering/RenderView.h
|
| index 246db98be5457d93ff6f816a055c76a8b02928ea..b2e8d30f1e1dbac342dc4c5284c28f981846a734 100644
|
| --- a/Source/core/rendering/RenderView.h
|
| +++ b/Source/core/rendering/RenderView.h
|
| @@ -203,10 +203,8 @@ public:
|
|
|
| virtual bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect& localRect) const OVERRIDE FINAL;
|
|
|
| - LayoutUnit viewportPercentageWidth(float percentage) const;
|
| - LayoutUnit viewportPercentageHeight(float percentage) const;
|
| - LayoutUnit viewportPercentageMin(float percentage) const;
|
| - LayoutUnit viewportPercentageMax(float percentage) const;
|
| + double layoutViewportWidth() const;
|
| + double layoutViewportHeight() const;
|
|
|
| private:
|
| virtual void mapLocalToContainer(const RenderLayerModelObject* repaintContainer, TransformState&, MapCoordinatesFlags = ApplyContainerFlip, bool* wasFixed = 0) const OVERRIDE;
|
|
|