| 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 5ac5dff426ebc00601d095e56eb5ea49d4240a76..d5c1119505c9c80ef50e651fe7e720cd4e81e858 100644
|
| --- a/third_party/WebKit/public/web/WebWidgetClient.h
|
| +++ b/third_party/WebKit/public/web/WebWidgetClient.h
|
| @@ -48,7 +48,6 @@ namespace blink {
|
| class WebDragData;
|
| class WebGestureEvent;
|
| class WebImage;
|
| -class WebLocalFrame;
|
| class WebNode;
|
| class WebString;
|
| class WebWidget;
|
| @@ -56,7 +55,6 @@ struct WebCursorInfo;
|
| struct WebFloatPoint;
|
| struct WebFloatRect;
|
| struct WebFloatSize;
|
| -struct WebSize;
|
|
|
| class WebWidgetClient {
|
| public:
|
|
|