| Index: skia/ext/vector_platform_device_emf_win.h
|
| diff --git a/skia/ext/vector_platform_device_emf_win.h b/skia/ext/vector_platform_device_emf_win.h
|
| index fc6c61c21fafbabfd06e62f6a9622d00ac1fb2ce..6d84d3a8be481de8429b0b06788c5525d7be8c8a 100644
|
| --- a/skia/ext/vector_platform_device_emf_win.h
|
| +++ b/skia/ext/vector_platform_device_emf_win.h
|
| @@ -32,8 +32,6 @@ class VectorPlatformDeviceEmf : public SkDevice, public PlatformDevice {
|
| virtual PlatformSurface BeginPlatformPaint() OVERRIDE;
|
| virtual void DrawToNativeContext(HDC dc, int x, int y,
|
| const RECT* src_rect) OVERRIDE;
|
| - virtual bool AlphaBlendUsed() const OVERRIDE { return alpha_blend_used_; }
|
| -
|
| // SkDevice methods.
|
| virtual uint32_t getDeviceCapabilities();
|
| virtual void drawPaint(const SkDraw& draw, const SkPaint& paint) OVERRIDE;
|
| @@ -126,9 +124,6 @@ class VectorPlatformDeviceEmf : public SkDevice, public PlatformDevice {
|
| // Previously selected pen before the current drawing.
|
| HGDIOBJ previous_pen_;
|
|
|
| - // True if AlphaBlend() was called during this print.
|
| - bool alpha_blend_used_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(VectorPlatformDeviceEmf);
|
| };
|
|
|
|
|