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

Unified Diff: include/device/xps/SkXPSDevice.h

Issue 198943003: getDeviceCapabilities is no longer need, so remove it (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 9 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: include/device/xps/SkXPSDevice.h
diff --git a/include/device/xps/SkXPSDevice.h b/include/device/xps/SkXPSDevice.h
index 37df14b9a4b3d3cfa281bbc746f6f98a9ad728ed..7265fbbedc4ed91205aa12fdc420bfeda599153b 100644
--- a/include/device/xps/SkXPSDevice.h
+++ b/include/device/xps/SkXPSDevice.h
@@ -67,8 +67,6 @@ public:
virtual bool endSheet();
virtual bool endPortfolio();
- virtual uint32_t getDeviceCapabilities() SK_OVERRIDE;
-
protected:
virtual void clear(SkColor color) SK_OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698