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

Unified Diff: Source/core/rendering/RenderFlexibleBox.h

Issue 143983013: text-overflow on button should have effect (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: layout test modified to work on all port Created 6 years, 11 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 | « Source/core/rendering/RenderButton.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderFlexibleBox.h
diff --git a/Source/core/rendering/RenderFlexibleBox.h b/Source/core/rendering/RenderFlexibleBox.h
old mode 100644
new mode 100755
index 217e5a42f83f0c8b1596f200129c8de309920468..4d6390acd510a53ec9bde7cb36c7b2e08778ac61
--- a/Source/core/rendering/RenderFlexibleBox.h
+++ b/Source/core/rendering/RenderFlexibleBox.h
@@ -47,7 +47,7 @@ public:
virtual bool isFlexibleBox() const OVERRIDE FINAL { return true; }
virtual bool avoidsFloats() const OVERRIDE FINAL { return true; }
- virtual bool canCollapseAnonymousBlockChild() const OVERRIDE FINAL { return false; }
+ virtual bool canCollapseAnonymousBlockChild() const OVERRIDE { return false; }
virtual void layoutBlock(bool relayoutChildren) OVERRIDE FINAL;
virtual int baselinePosition(FontBaseline, bool firstLine, LineDirectionMode, LinePositionMode = PositionOnContainingLine) const OVERRIDE;
« no previous file with comments | « Source/core/rendering/RenderButton.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698