| Index: WebCore/rendering/RenderLayerBacking.h
|
| ===================================================================
|
| --- WebCore/rendering/RenderLayerBacking.h (revision 148420)
|
| +++ WebCore/rendering/RenderLayerBacking.h (working copy)
|
| @@ -177,9 +177,7 @@
|
| // Return an estimate of the backing store area (in pixels) allocated by this object's GraphicsLayers.
|
| double backingStoreMemoryEstimate() const;
|
|
|
| -#if ENABLE(CSS_COMPOSITING)
|
| void setBlendMode(BlendMode);
|
| -#endif
|
| void reportMemoryUsage(MemoryObjectInfo*) const;
|
|
|
| private:
|
| @@ -218,9 +216,7 @@
|
|
|
| void updateOpacity(const RenderStyle*);
|
| void updateTransform(const RenderStyle*);
|
| -#if ENABLE(CSS_COMPOSITING)
|
| void updateLayerBlendMode(const RenderStyle*);
|
| -#endif
|
| // Return the opacity value that this layer should use for compositing.
|
| float compositingOpacity(float rendererOpacity) const;
|
|
|
|
|