summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/rendering/RenderWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/core/rendering/RenderWidget.h')
-rw-r--r--third_party/WebKit/Source/core/rendering/RenderWidget.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/third_party/WebKit/Source/core/rendering/RenderWidget.h b/third_party/WebKit/Source/core/rendering/RenderWidget.h
index b9ed0f9..2cde848 100644
--- a/third_party/WebKit/Source/core/rendering/RenderWidget.h
+++ b/third_party/WebKit/Source/core/rendering/RenderWidget.h
@@ -36,7 +36,6 @@ public:
void updateWidgetPosition();
void widgetPositionsUpdated();
- IntRect windowClipRect() const;
void setIsOverlapped(bool);
@@ -50,9 +49,7 @@ public:
};
protected:
- RenderWidget(Element*);
-
- FrameView* frameView() const { return m_frameView; }
+ explicit RenderWidget(Element*);
void clearWidget();