| Index: third_party/WebKit/Source/platform/FrameViewBase.h
|
| diff --git a/third_party/WebKit/Source/platform/FrameViewBase.h b/third_party/WebKit/Source/platform/FrameViewBase.h
|
| index 2c3e03c2b3f966001e0824a10f5b106e07d86983..08c1acb21704367907d1416bf92bdc96e319cc20 100644
|
| --- a/third_party/WebKit/Source/platform/FrameViewBase.h
|
| +++ b/third_party/WebKit/Source/platform/FrameViewBase.h
|
| @@ -32,7 +32,6 @@
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "public/platform/WebFocusType.h"
|
| #include "wtf/Forward.h"
|
|
|
| namespace blink {
|
| @@ -73,8 +72,6 @@ class PLATFORM_EXPORT FrameViewBase
|
| void invalidate() { invalidateRect(boundsRect()); }
|
| virtual void invalidateRect(const IntRect&) = 0;
|
|
|
| - virtual void setFocused(bool, WebFocusType) {}
|
| -
|
| virtual void show() {}
|
| virtual void hide() {}
|
| bool isSelfVisible() const {
|
|
|