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

Unified Diff: content/child/blink_platform_impl.cc

Issue 2549443003: Move <marquee> implementation to HTMLMarqueeElement.cpp (Closed)
Patch Set: Add asserts for didParse Created 4 years 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: content/child/blink_platform_impl.cc
diff --git a/content/child/blink_platform_impl.cc b/content/child/blink_platform_impl.cc
index 86e22ad565885130419ba1724b03bd6c7af239e0..1f401ec96bd692ca5f1e8b7104fa8c8de3624ecf 100644
--- a/content/child/blink_platform_impl.cc
+++ b/content/child/blink_platform_impl.cc
@@ -632,9 +632,6 @@ const DataResource kDataResources[] = {
{"DocumentXMLTreeViewer.js",
IDR_PRIVATE_SCRIPT_DOCUMENTXMLTREEVIEWER_JS,
ui::SCALE_FACTOR_NONE},
- {"HTMLMarqueeElement.js",
- IDR_PRIVATE_SCRIPT_HTMLMARQUEEELEMENT_JS,
- ui::SCALE_FACTOR_NONE},
{"PrivateScriptRunner.js",
IDR_PRIVATE_SCRIPT_PRIVATESCRIPTRUNNER_JS,
ui::SCALE_FACTOR_NONE},

Powered by Google App Engine
This is Rietveld 408576698