| Index: third_party/WebKit/public/web/WebWidgetClient.h
|
| diff --git a/third_party/WebKit/public/web/WebWidgetClient.h b/third_party/WebKit/public/web/WebWidgetClient.h
|
| index 6b0db4d115f503bf5a39ea778892040c5aceff70..5a653c7430add84796d29e188ccad2395bebf81d 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -58,6 +58,8 @@ struct WebFloatSize;
|
|
|
| class WebWidgetClient {
|
| public:
|
| + virtual ~WebWidgetClient() {}
|
| +
|
| // Called when a region of the WebWidget needs to be re-painted.
|
| virtual void didInvalidateRect(const WebRect&) {}
|
|
|
| @@ -179,9 +181,6 @@ class WebWidgetClient {
|
| WebDragOperationsMask,
|
| const WebImage& dragImage,
|
| const WebPoint& dragImageOffset) {}
|
| -
|
| - protected:
|
| - ~WebWidgetClient() {}
|
| };
|
|
|
| } // namespace blink
|
|
|