| Index: Source/platform/graphics/GraphicsContext.h
|
| diff --git a/Source/platform/graphics/GraphicsContext.h b/Source/platform/graphics/GraphicsContext.h
|
| index 24b35beb53400033804201aa6c3940d670f1dd04..ee701e07aa52202f8efbd2a6e08fe0001e256182 100644
|
| --- a/Source/platform/graphics/GraphicsContext.h
|
| +++ b/Source/platform/graphics/GraphicsContext.h
|
| @@ -179,9 +179,9 @@ public:
|
| InterpolationQuality imageInterpolationQuality() const { return immutableState()->interpolationQuality(); }
|
|
|
| void setCompositeOperation(SkXfermode::Mode);
|
| + SkXfermode::Mode compositeOperation() const;
|
| // TODO(dshwang): remove these method. crbug.com/425656
|
| - void setCompositeOperation(CompositeOperator, WebBlendMode = WebBlendModeNormal);
|
| - CompositeOperator compositeOperation() const;
|
| + CompositeOperator compositeOperationDeprecated() const;
|
| WebBlendMode blendModeOperation() const;
|
|
|
| // Specify the device scale factor which may change the way document markers
|
|
|