Title: [113750] branches/subpixellayout/Source/WebCore/rendering
Revision
113750
Author
e...@chromium.org
Date
2012-04-10 12:18:39 -0700 (Tue, 10 Apr 2012)

Log Message

Fix style issues on branch.

Modified Paths


Diff

Modified: branches/subpixellayout/Source/WebCore/rendering/LayoutTypes.h (113749 => 113750)


--- branches/subpixellayout/Source/WebCore/rendering/LayoutTypes.h	2012-04-10 19:15:36 UTC (rev 113749)
+++ branches/subpixellayout/Source/WebCore/rendering/LayoutTypes.h	2012-04-10 19:18:39 UTC (rev 113750)
@@ -37,8 +37,8 @@
 #define LayoutTypes_h
 
 #include "FloatRect.h"
+#include "FractionalLayoutRect.h"
 #include "FractionalLayoutUnit.h"
-#include "FractionalLayoutRect.h"
 #include "IntRect.h"
 
 #include <wtf/MathExtras.h>

Modified: branches/subpixellayout/Source/WebCore/rendering/RenderTreeAsText.cpp (113749 => 113750)


--- branches/subpixellayout/Source/WebCore/rendering/RenderTreeAsText.cpp	2012-04-10 19:15:36 UTC (rev 113749)
+++ branches/subpixellayout/Source/WebCore/rendering/RenderTreeAsText.cpp	2012-04-10 19:18:39 UTC (rev 113750)
@@ -76,7 +76,7 @@
 
 using namespace HTMLNames;
 
-static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const LayoutRect& paintDirtyRect, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal);
+static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const LayoutRect& paintDirtyRect, int indent = 0, RenderAsTextBehavior = RenderAsTextBehaviorNormal);
 
 static inline bool hasFractions(double val)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to