Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / shapes / ShapeOutsideInfo.h
index 9ed8774..4cf8f5e 100644 (file)
@@ -43,7 +43,7 @@ class RenderBlockFlow;
 class RenderBox;
 class FloatingObject;
 
-class ShapeOutsideDeltas FINAL {
+class ShapeOutsideDeltas final {
 public:
     ShapeOutsideDeltas()
         : m_lineOverlapsShape(false)
@@ -80,7 +80,7 @@ private:
     bool m_isValid : 1;
 };
 
-class ShapeOutsideInfo FINAL {
+class ShapeOutsideInfo final {
     WTF_MAKE_FAST_ALLOCATED;
 public:
     void setReferenceBoxLogicalSize(LayoutSize);