Title: [89040] trunk/Source/WebCore
Revision
89040
Author
[email protected]
Date
2011-06-16 10:40:55 -0700 (Thu, 16 Jun 2011)

Log Message

2011-06-16  Dimitri Glazkov  <[email protected]>

        [Qt] Build fix after r89039.

        * platform/qt/RenderThemeQt.h: Move decl out of ENABLE(VIDEO) ifdef.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89039 => 89040)


--- trunk/Source/WebCore/ChangeLog	2011-06-16 17:33:18 UTC (rev 89039)
+++ trunk/Source/WebCore/ChangeLog	2011-06-16 17:40:55 UTC (rev 89040)
@@ -1,3 +1,9 @@
+2011-06-16  Dimitri Glazkov  <[email protected]>
+
+        [Qt] Build fix after r89039.
+
+        * platform/qt/RenderThemeQt.h: Move decl out of ENABLE(VIDEO) ifdef.
+
 2011-06-15  Dimitri Glazkov  <[email protected]>
 
         Reviewed by Kent Tamura.

Modified: trunk/Source/WebCore/platform/qt/RenderThemeQt.h (89039 => 89040)


--- trunk/Source/WebCore/platform/qt/RenderThemeQt.h	2011-06-16 17:33:18 UTC (rev 89039)
+++ trunk/Source/WebCore/platform/qt/RenderThemeQt.h	2011-06-16 17:40:55 UTC (rev 89040)
@@ -160,7 +160,6 @@
     virtual String formatMediaControlsRemainingTime(float currentTime, float duration) const;
     virtual bool hasOwnDisabledStateHandlingFor(ControlPart) const { return true; }
 private:
-    virtual String fileListNameForWidth(const Vector<String>& filenames, const Font&, int width);
 
     void paintMediaBackground(QPainter* painter, const IntRect& r) const;
     double mediaControlsBaselineOpacity() const;
@@ -169,6 +168,8 @@
     void computeSizeBasedOnStyle(RenderStyle* renderStyle) const;
 
 private:
+    virtual String fileListNameForWidth(const Vector<String>& filenames, const Font&, int width);
+
     bool supportsFocus(ControlPart) const;
 
     ControlPart initializeCommonQStyleOptions(QStyleOption&, RenderObject*) const;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to