summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/rendering/RenderTableCaption.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/rendering/RenderTableCaption.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/rendering/RenderTableCaption.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/rendering/RenderTableCaption.h b/chromium/third_party/WebKit/Source/core/rendering/RenderTableCaption.h
index 35755a9d03b..d24acf84184 100644
--- a/chromium/third_party/WebKit/Source/core/rendering/RenderTableCaption.h
+++ b/chromium/third_party/WebKit/Source/core/rendering/RenderTableCaption.h
@@ -35,8 +35,6 @@ public:
private:
virtual bool isTableCaption() const OVERRIDE { return true; }
- virtual bool supportsPartialLayout() const OVERRIDE { return false; }
-
virtual void insertedIntoTree() OVERRIDE;
virtual void willBeRemovedFromTree() OVERRIDE;