Index: skia/ext/platform_canvas_win.cc |
=================================================================== |
--- skia/ext/platform_canvas_win.cc (revision 165342) |
+++ skia/ext/platform_canvas_win.cc (working copy) |
@@ -10,7 +10,7 @@ |
#include "skia/ext/platform_canvas.h" |
namespace skia { |
- |
+#if 0 |
PlatformCanvas::PlatformCanvas(int width, int height, bool is_opaque) { |
TRACE_EVENT2("skia", "PlatformCanvas::PlatformCanvas", |
"width", width, "height", height); |
@@ -36,5 +36,5 @@ |
return initializeWithDevice(BitmapPlatformDevice::Create( |
width, height, is_opaque, shared_section)); |
} |
- |
+#endif |
} // namespace skia |