Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(95)

Unified Diff: ui/accessibility/extensions/colorenhancer/res/cvd.css

Issue 984833004: Add color enhancer as a chromium accessibility extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update to 1.1.2 Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/accessibility/extensions/colorenhancer/res/cvd.css
diff --git a/native_client_sdk/src/libraries/nacl_io/include/memory.h b/ui/accessibility/extensions/colorenhancer/res/cvd.css
similarity index 59%
copy from native_client_sdk/src/libraries/nacl_io/include/memory.h
copy to ui/accessibility/extensions/colorenhancer/res/cvd.css
index 2a656a2dc89e83fcc85a9137d43742677b1f31e3..9d74e17f7732e1e3143a7ce2906b0164ecb480b8 100644
--- a/native_client_sdk/src/libraries/nacl_io/include/memory.h
+++ b/ui/accessibility/extensions/colorenhancer/res/cvd.css
@@ -2,9 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#ifndef LIBRARIES_NACL_IO_INCLUDE_MEMORY_H_
-#define LIBRARIES_NACL_IO_INCLUDE_MEMORY_H_
+html.filter0 {
+ -webkit-filter: url('#cvd_extension_0');
+}
-#include <string.h>
-
-#endif
+html.filter1 {
+ -webkit-filter: url('#cvd_extension_1');
+}

Powered by Google App Engine
This is Rietveld 408576698