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

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

Issue 1200103006: Marquee width should not change a fixed width of its container. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update the description in the test. Created 5 years, 6 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: Source/core/html/HTMLMarqueeElement.h
diff --git a/Source/core/html/HTMLMarqueeElement.h b/Source/core/html/HTMLMarqueeElement.h
index 083380a8a1379b5fd4e104d799fe40e663880238..6d31cd1e5ebd7d9e8d3ee972a15eeb08a99b5b4e 100644
--- a/Source/core/html/HTMLMarqueeElement.h
+++ b/Source/core/html/HTMLMarqueeElement.h
@@ -36,6 +36,8 @@ public:
virtual InsertionNotificationRequest insertedInto(ContainerNode*) final;
virtual void removedFrom(ContainerNode*) final;
+ bool isHorizontal() const;
+
private:
explicit HTMLMarqueeElement(Document&);
};

Powered by Google App Engine
This is Rietveld 408576698