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

Unified Diff: skia/ext/platform_device_linux.cc

Issue 125109: Refactor the PlatformContext layer to have only one class. (Closed)
Patch Set: Created 11 years, 6 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_linux.h ('k') | skia/ext/platform_device_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/platform_device_linux.cc
diff --git a/skia/ext/platform_device_linux.cc b/skia/ext/platform_device_linux.cc
index e8d12ec2a7416cf22ba25af2376bde47249f3d49..3cdf6e8831a9d46e590dae9f619bfa9ac48221aa 100644
--- a/skia/ext/platform_device_linux.cc
+++ b/skia/ext/platform_device_linux.cc
@@ -6,8 +6,7 @@
namespace skia {
-PlatformDeviceLinux::PlatformDeviceLinux(const SkBitmap& bitmap)
- : SkDevice(bitmap) {
+PlatformDevice::PlatformDevice(const SkBitmap& bitmap) : SkDevice(bitmap) {
}
} // namespace skia
« no previous file with comments | « skia/ext/platform_device_linux.h ('k') | skia/ext/platform_device_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698