summaryrefslogtreecommitdiffstats
path: root/WebCore/rendering/RenderOverflow.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/rendering/RenderOverflow.h')
-rw-r--r--WebCore/rendering/RenderOverflow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/RenderOverflow.h b/WebCore/rendering/RenderOverflow.h
index ed8976a..253a672 100644
--- a/WebCore/rendering/RenderOverflow.h
+++ b/WebCore/rendering/RenderOverflow.h
@@ -37,7 +37,7 @@ namespace WebCore
// Examples of visual overflow are shadows, text stroke (and eventually outline and border-image).
// This object is allocated only when some of these fields have non-default values in the owning box.
-class RenderOverflow {
+class RenderOverflow : public Noncopyable {
public:
RenderOverflow(const IntRect& defaultRect = IntRect())
: m_topLayoutOverflow(defaultRect.y())