diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-08 04:31:00 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-08 04:31:00 +0000 |
commit | af40dd3ff67561ede6f7af59707c0177eb8a4322 (patch) | |
tree | f53d29eadcde86d04cd51bcd32901428d933d4a0 /skia | |
parent | 23553565f45161a5bc5bb5526450349cb93c51a9 (diff) | |
download | chromium_src-af40dd3ff67561ede6f7af59707c0177eb8a4322.zip chromium_src-af40dd3ff67561ede6f7af59707c0177eb8a4322.tar.gz chromium_src-af40dd3ff67561ede6f7af59707c0177eb8a4322.tar.bz2 |
Revert 120928 - 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
Review URL: http://codereview.chromium.org/9353012
TBR=dmazzoni@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9359007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia')
-rw-r--r-- | skia/skia.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 301b0ef..90c2f87 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -340,7 +340,6 @@ '../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', |