| Index: Source/platform/Widget.h
|
| diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
|
| index 14e700ceb4d966024eb5b6c58afc1832490c3d1a..e1819c4717083b8957a25ffa4c7f1482228b0719 100644
|
| --- a/Source/platform/Widget.h
|
| +++ b/Source/platform/Widget.h
|
| @@ -32,6 +32,7 @@
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "public/platform/WebFocusType.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/RefCounted.h"
|
|
|
| @@ -71,7 +72,7 @@ public:
|
| void invalidate() { invalidateRect(boundsRect()); }
|
| virtual void invalidateRect(const IntRect&) = 0;
|
|
|
| - virtual void setFocus(bool) { }
|
| + virtual void setFocus(bool, WebFocusType) { }
|
|
|
| virtual void show() { }
|
| virtual void hide() { }
|
|
|