diff options
author | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 21:55:42 +0000 |
---|---|---|
committer | dmazzoni@chromium.org <dmazzoni@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-10 21:55:42 +0000 |
commit | 4e4412b70091791690e6c88e6ca9802f293c9c63 (patch) | |
tree | 8cda9805025b604ca38676616cb4a5311e61f9ff /skia | |
parent | 9b05cce5f8359069f5326cf7b60983fd804d7892 (diff) | |
download | chromium_src-4e4412b70091791690e6c88e6ca9802f293c9c63.zip chromium_src-4e4412b70091791690e6c88e6ca9802f293c9c63.tar.gz chromium_src-4e4412b70091791690e6c88e6ca9802f293c9c63.tar.bz2 |
Revert 121541 - 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
TBR=dmazzoni@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9379022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121551 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', |