summaryrefslogtreecommitdiff
path: root/skia_for_chromium_defines.gypi
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-12 18:28:35 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-03-12 18:28:35 +0000
commit0a89e7750ad032f0e1768f129ecec39adb54dd31 (patch)
tree34e002e1d8ed2f1a8f9dd48d81177346b94699b7 /skia_for_chromium_defines.gypi
parent69659d6c0baa07ae871c052105c97646ce28a826 (diff)
downloadgyp-0a89e7750ad032f0e1768f129ecec39adb54dd31.tar.gz
support direct writing to top layer, and hide getTopLayer()
this should remove many of the chrome callers that today call accessBitmap on the toplayer, so they can read/write those pixels. The ultimate fix will be to support custom allocation of raster layers (via GDI/cairo/mac) so we can remove PlatformDevice subclassing in skia/ext BUG=skia: R=bsalomon@google.com, scroggo@google.com Review URL: https://codereview.chromium.org/197433002 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@13774 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'skia_for_chromium_defines.gypi')
-rw-r--r--skia_for_chromium_defines.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia_for_chromium_defines.gypi b/skia_for_chromium_defines.gypi
index d5a4b12..c85d706 100644
--- a/skia_for_chromium_defines.gypi
+++ b/skia_for_chromium_defines.gypi
@@ -18,6 +18,7 @@
'SK_SUPPORT_LEGACY_WRITEPIXELSCONFIG',
'SK_SUPPORT_LEGACY_GETCLIPTYPE',
'SK_SUPPORT_LEGACY_GETTOTALCLIP',
+ 'SK_SUPPORT_LEGACY_GETTOPDEVICE',
],
},
}