summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authorreed <reed@google.com>2015-06-22 13:59:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-22 20:59:46 +0000
commit64b639183a8ff8f4c4d010358e546620d54b2f93 (patch)
treeb8993f0e6459ba13ead726c93a1bc85178556eec /skia
parent7156e2a677d02b383cedac518fe7ca780ed7c697 (diff)
downloadchromium_src-64b639183a8ff8f4c4d010358e546620d54b2f93.zip
chromium_src-64b639183a8ff8f4c4d010358e546620d54b2f93.tar.gz
chromium_src-64b639183a8ff8f4c4d010358e546620d54b2f93.tar.bz2
remove legacy SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS flag
This allows us to upgrade to new API signature for virtual onGetPixels. BUG= NOTRY=True cq bots seem horked, so bypassing as these failures are unrelated to this cl Review URL: https://codereview.chromium.org/1198913002 Cr-Commit-Position: refs/heads/master@{#335557}
Diffstat (limited to 'skia')
-rw-r--r--skia/config/SkUserConfig.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index dc5dc38..4e0caea 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -273,10 +273,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_INT_COLORMATRIX
#endif
-#ifndef SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS
-# define SK_SUPPORT_LEGACY_OPTIONLESS_GET_PIXELS
-#endif
-
///////////////////////// Imported from BUILD.gn and skia_common.gypi
/* In some places Skia can use static initializers for global initialization,