Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / web / WebTextDirection.h
index 3bdbb9e..a236c86 100644 (file)
@@ -38,6 +38,7 @@ enum WebTextDirection {
     WebTextDirectionDefault,  // Natural writing direction ("inherit")
     WebTextDirectionLeftToRight,
     WebTextDirectionRightToLeft,
+    WebTextDirectionLast = WebTextDirectionRightToLeft
 };
 
 } // namespace blink