summaryrefslogtreecommitdiffstats
path: root/skia/ext/platform_device_mac.cc
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-07 01:36:15 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-07 01:36:15 +0000
commit23ec85d9f36cc6b1250d3dfeb2c27c273debad0e (patch)
tree9bb906918091b760c2b6fa4f38ad0f2206bf62aa /skia/ext/platform_device_mac.cc
parentfce6b974c10c7ba04d7dd8add2365b91c05a2eb0 (diff)
downloadchromium_src-23ec85d9f36cc6b1250d3dfeb2c27c273debad0e.zip
chromium_src-23ec85d9f36cc6b1250d3dfeb2c27c273debad0e.tar.gz
chromium_src-23ec85d9f36cc6b1250d3dfeb2c27c273debad0e.tar.bz2
Revert "roll skia 636:673"
This reverts "roll skia 636:673", it broke webkit tests. I will re-checkin with suppressions later, and then update baselines after that. TBR=jar git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/ext/platform_device_mac.cc')
-rw-r--r--skia/ext/platform_device_mac.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/skia/ext/platform_device_mac.cc b/skia/ext/platform_device_mac.cc
index 31f0d19..42927cc 100644
--- a/skia/ext/platform_device_mac.cc
+++ b/skia/ext/platform_device_mac.cc
@@ -32,8 +32,7 @@ bool constrain(int available_size, int* position, int *size) {
} // namespace
-PlatformDevice::PlatformDevice(const SkBitmap& bitmap)
- : SkDevice(NULL, bitmap, /*isForLayer=*/false) {
+PlatformDevice::PlatformDevice(const SkBitmap& bitmap) : SkDevice(bitmap) {
}
// Set up the CGContextRef for peaceful coexistence with Skia