| Index: Source/platform/graphics/Canvas2DLayerBridge.h
|
| diff --git a/Source/platform/graphics/Canvas2DLayerBridge.h b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| index 85187f5201e73bdb96dce3053160d3dda12eefb0..4194711597304e4aee90d10f1c1dc20d176000b9 100644
|
| --- a/Source/platform/graphics/Canvas2DLayerBridge.h
|
| +++ b/Source/platform/graphics/Canvas2DLayerBridge.h
|
| @@ -72,7 +72,6 @@ public:
|
| bool checkSurfaceValid();
|
| bool restoreSurface();
|
| WebLayer* layer() const;
|
| - PassRefPtr<SkImage> getBackingTextureImage();
|
| bool isAccelerated() const { return true; }
|
| void setFilterQuality(SkFilterQuality);
|
| void setIsHidden(bool);
|
|
|