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

Unified Diff: Source/core/layout/LayoutSliderContainer.h

Issue 1231363003: Fix virtual/override/final usage in Source/core/layout/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | « Source/core/layout/LayoutSlider.h ('k') | Source/core/layout/LayoutSliderThumb.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutSliderContainer.h
diff --git a/Source/core/layout/LayoutSliderContainer.h b/Source/core/layout/LayoutSliderContainer.h
index f8fb7fbf25b4792f167e9a1b2addc407378f6743..83653e8c6625802f17449ee8e349dcd66052c757 100644
--- a/Source/core/layout/LayoutSliderContainer.h
+++ b/Source/core/layout/LayoutSliderContainer.h
@@ -43,10 +43,10 @@ class SliderContainerElement;
class LayoutSliderContainer : public LayoutFlexibleBox {
public:
LayoutSliderContainer(SliderContainerElement*);
- virtual void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const override;
+ void computeLogicalHeight(LayoutUnit logicalHeight, LayoutUnit logicalTop, LogicalExtentComputedValues&) const override;
private:
- virtual void layout() override;
+ void layout() override;
};
} // namespace blink
« no previous file with comments | « Source/core/layout/LayoutSlider.h ('k') | Source/core/layout/LayoutSliderThumb.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698