| Index: Source/core/rendering/RenderLayerBacking.h
|
| diff --git a/Source/core/rendering/RenderLayerBacking.h b/Source/core/rendering/RenderLayerBacking.h
|
| index f13c48775966d427f9cea411f6c2c429b006e66f..29127e0125eb527a825f733f302cea116d077c0f 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.h
|
| +++ b/Source/core/rendering/RenderLayerBacking.h
|
| @@ -148,8 +148,6 @@ public:
|
|
|
| virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip) OVERRIDE;
|
|
|
| - virtual float deviceScaleFactor() const OVERRIDE;
|
| - virtual float pageScaleFactor() const OVERRIDE;
|
| virtual void didCommitChangesForLayer(const GraphicsLayer*) const OVERRIDE;
|
| virtual bool getCurrentTransform(const GraphicsLayer*, TransformationMatrix&) const OVERRIDE;
|
|
|
|
|