summaryrefslogtreecommitdiffstats
path: root/skia
diff options
context:
space:
mode:
authordmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-13 18:40:07 +0000
committerdmazzoni@google.com <dmazzoni@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-13 18:40:07 +0000
commit4b03e297bf4e4f06565a8aa53cc492a1480d1392 (patch)
tree025a7d198bb3ca438fd58839a9e4921782831279 /skia
parent27477cb0b2ca069b99834771b42860d21e97a1f4 (diff)
downloadchromium_src-4b03e297bf4e4f06565a8aa53cc492a1480d1392.zip
chromium_src-4b03e297bf4e4f06565a8aa53cc492a1480d1392.tar.gz
chromium_src-4b03e297bf4e4f06565a8aa53cc492a1480d1392.tar.bz2
Add a switch to invert web contents (non-accel only).
The switch will just be used during development of this feature. The idea is for this to be turned automatically for Windows users who enable an inverted (white-on-black) color scheme - see bug for detail. This first patch only handles the non-accelerated graphics path; a subsequent change will handle the accelerated path. BUG=112944 TEST=manually test with --invert-web-contents switch Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=120928 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121541 Review URL: https://chromiumcodereview.appspot.com/9353012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r--skia/skia.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index c670bcd..cf88561 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -340,6 +340,7 @@
'../third_party/skia/src/effects/SkPorterDuff.cpp',
'../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
'../third_party/skia/src/effects/SkRadialGradient_Table.h',
+ '../third_party/skia/src/effects/SkTableColorFilter.cpp',
'../third_party/skia/src/effects/SkTransparentShader.cpp',
'../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp',