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

Unified Diff: Source/core/html/HTMLMarqueeElement.h

Issue 394773003: Implement HTMLMarqueeElement's animation in private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | Source/core/html/HTMLMarqueeElement.cpp » ('j') | Source/core/html/HTMLMarqueeElement.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLMarqueeElement.h
diff --git a/Source/core/html/HTMLMarqueeElement.h b/Source/core/html/HTMLMarqueeElement.h
index eefe5697a4e5057fcdfcf19b353302e17df885e2..90c3500768433ae9472ebaf693693e327db40cb5 100644
--- a/Source/core/html/HTMLMarqueeElement.h
+++ b/Source/core/html/HTMLMarqueeElement.h
@@ -39,10 +39,6 @@ public:
int minimumDelay() const;
// DOM Functions
-
- void start();
- virtual void stop() OVERRIDE;
-
void timerFired(Timer<HTMLMarqueeElement>*);
private:
« no previous file with comments | « no previous file | Source/core/html/HTMLMarqueeElement.cpp » ('j') | Source/core/html/HTMLMarqueeElement.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698