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

Unified Diff: skia/ext/platform_device.cc

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
Index: skia/ext/platform_device.cc
diff --git a/skia/ext/platform_device.cc b/skia/ext/platform_device.cc
index 6292273a8b51169f67d7290e1a356cc0ca8238d6..f280aaf8728bedcaa00832053f25b905ab160a08 100644
--- a/skia/ext/platform_device.cc
+++ b/skia/ext/platform_device.cc
@@ -76,8 +76,4 @@ bool PlatformDevice::IsNativeFontRenderingAllowed() {
return true;
}
-bool PlatformDevice::AlphaBlendUsed() const {
- return false;
-}
-
} // namespace skia

Powered by Google App Engine
This is Rietveld 408576698