diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 21:35:25 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 21:35:25 +0000 |
commit | 932c43a5aec158b6bbd8ad57b4a3c5fd1d584cce (patch) | |
tree | bc7761398291ff85538e5973b99ce444811ea772 /skia | |
parent | c77684ffa9516e7f44e458fa61aa4e1f5ab17d47 (diff) | |
download | chromium_src-932c43a5aec158b6bbd8ad57b4a3c5fd1d584cce.zip chromium_src-932c43a5aec158b6bbd8ad57b4a3c5fd1d584cce.tar.gz chromium_src-932c43a5aec158b6bbd8ad57b4a3c5fd1d584cce.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
Review URL: http://codereview.chromium.org/9353012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 90c2f87..301b0ef 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/GrAAHairLinePathRenderer.cpp', |