| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index 780b17b17581a05285100eabc79cbf2ec809472b..c949565c0aa78112886ea68c6cb0e612ca871763 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -71,7 +71,6 @@ public:
|
| virtual void layout() override;
|
| virtual void paint(WebCanvas*, const WebRect&) override;
|
| virtual bool handleInputEvent(const WebInputEvent&) override;
|
| - virtual void mouseCaptureLost() override;
|
| virtual void setFocus(bool enable) override;
|
| virtual bool setComposition(
|
| const WebString& text,
|
| @@ -268,9 +267,6 @@ private:
|
| // Whether the webview is rendering transparently.
|
| bool m_isTransparent;
|
|
|
| - // If set, the (plugin) node which has mouse capture.
|
| - RefPtr<Node> m_mouseCaptureNode;
|
| -
|
| IntRect m_rootLayerScrollDamage;
|
| WebLayer* m_rootLayer;
|
| bool m_matchesHeuristicsForGpuRasterization;
|
|
|