webengine/osswebengine/WebCore/rendering/RenderStyle.h
changeset 5 10e98eab6f85
parent 0 dd21522fd290
equal deleted inserted replaced
1:7c90e6132015 5:10e98eab6f85
    25  */
    25  */
    26 
    26 
    27 #ifndef RenderStyle_h
    27 #ifndef RenderStyle_h
    28 #define RenderStyle_h
    28 #define RenderStyle_h
    29 
    29 
       
    30 #include "config.h"
    30 /*
    31 /*
    31  * WARNING:
    32  * WARNING:
    32  * --------
    33  * --------
    33  *
    34  *
    34  * The order of the values in the enums have to agree with the order specified
    35  * The order of the values in the enums have to agree with the order specified
  1909     static EResize initialResize() { return RESIZE_NONE; }
  1910     static EResize initialResize() { return RESIZE_NONE; }
  1910     static EAppearance initialAppearance() { return NoAppearance; }
  1911     static EAppearance initialAppearance() { return NoAppearance; }
  1911     static bool initialVisuallyOrdered() { return false; }
  1912     static bool initialVisuallyOrdered() { return false; }
  1912     static float initialTextStrokeWidth() { return 0; }
  1913     static float initialTextStrokeWidth() { return 0; }
  1913     static unsigned short initialColumnCount() { return 1; }
  1914     static unsigned short initialColumnCount() { return 1; }
       
  1915 
  1914 #if PLATFORM(SYMBIAN)
  1916 #if PLATFORM(SYMBIAN)
  1915     static const AtomicString& initialWapInputFormat() { return nullAtom; }
  1917     static const AtomicString& initialWapInputFormat() { return nullAtom; }
  1916     static bool initialWapInputRequired() { return false; }
  1918     static bool initialWapInputRequired() { return false; }
       
  1919     static void deleteDefaultRenderStyle();
  1917 #endif
  1920 #endif
  1918 
  1921 
  1919     // Keep these at the end.
  1922     // Keep these at the end.
  1920     static int initialLineClamp() { return -1; }
  1923     static int initialLineClamp() { return -1; }
  1921     static bool initialTextSizeAdjust() { return true; }
  1924     static bool initialTextSizeAdjust() { return true; }