summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/rendering/RenderBlock.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/rendering/RenderBlock.h b/WebCore/rendering/RenderBlock.h
index 09e76ee..1628701 100644
--- a/WebCore/rendering/RenderBlock.h
+++ b/WebCore/rendering/RenderBlock.h
@@ -342,13 +342,17 @@ private:
unsigned desiredColumnCount() const;
#if PLATFORM(ANDROID)
public:
+#endif
Vector<IntRect>* columnRects() const;
+#if PLATFORM(ANDROID)
private:
#endif
void setDesiredColumnCountAndWidth(int count, int width);
#if PLATFORM(ANDROID)
public:
+#endif
int columnGap() const;
+#if PLATFORM(ANDROID)
private:
#endif