Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: skia/ext/vector_platform_device_emf_win.h

Issue 10836330: Rasterize page before printing. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « skia/ext/platform_device.cc ('k') | skia/ext/vector_platform_device_emf_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « skia/ext/platform_device.cc ('k') | skia/ext/vector_platform_device_emf_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698