Changeset 102773 in webkit


Ignore:
Timestamp:
Dec 14, 2011 6:08:17 AM (12 years ago)
Author:
pierre.rossi@gmail.com
Message:

Unreviewed fix after mobile theme changes.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r102770 r102773  
     12011-12-14  Pierre Rossi  <pierre.rossi@gmail.com>
     2
     3        Unreviewed fix. Broke qt minimal release compilation.
     4
     5        * platform/qt/RenderThemeQtMobile.cpp:
     6
    172011-12-14  Allan Sandfeld Jensen  <allan.jensen@nokia.com>
    28
  • trunk/Source/WebCore/platform/qt/RenderThemeQtMobile.cpp

    r102768 r102773  
    7171static const float textFieldPadding = 5;
    7272static const float radiusFactor = 0.36;
     73static const float progressBarChunkPercentage = 0.2;
    7374#if ENABLE(PROGRESS_TAG)
    74 static const float progressBarChunkPercentage = 0.2;
    7575static const int progressAnimationGranularity = 2;
    7676#endif
Note: See TracChangeset for help on using the changeset viewer.