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

Unified Diff: third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css

Issue 1416793004: Remove support for -webkit-canvas and Document.getCSSCanvasContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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: third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css
diff --git a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css
index 93273c13423a7e05899ae30747ac8fda380c9c6a..26d5291deacbd17be48d40cc9ff5b8ff366c8313 100644
--- a/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css
+++ b/third_party/WebKit/Source/core/xml/DocumentXMLTreeViewer.css
@@ -43,11 +43,11 @@ div.collapsible > div.hidden {
}
.collapse-button {
- background-image: -webkit-canvas(arrowDown);
+ background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#909090' width='10' height='10'><path d='M0 0 L8 0 L4 7 Z'/></svg>");
height: 10px;
}
.expand-button {
- background-image: -webkit-canvas(arrowRight);
+ background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='#909090' width='10' height='10'><path d='M0 0 L0 8 L7 4 Z'/></svg>");
height: 11px;
pdr. 2015/10/23 18:23:55 Change this to 10px;
chrishtr 2015/10/23 19:47:06 Done.
}

Powered by Google App Engine
This is Rietveld 408576698