| Index: Source/web/WebViewImpl.h
|
| ===================================================================
|
| --- Source/web/WebViewImpl.h (revision 170478)
|
| +++ Source/web/WebViewImpl.h (working copy)
|
| @@ -64,7 +64,8 @@
|
|
|
| namespace WebCore {
|
| class DataObject;
|
| -class Frame;
|
| +class Color;
|
| +class LocalFrame;
|
| class GraphicsLayerFactory;
|
| class HistoryItem;
|
| class HitTestResult;
|
| @@ -312,7 +313,7 @@
|
| return m_lastMouseDownPoint;
|
| }
|
|
|
| - WebCore::Frame* focusedWebCoreFrame() const;
|
| + WebCore::LocalFrame* focusedWebCoreFrame() const;
|
|
|
| // Returns the currently focused Element or null if no element has focus.
|
| WebCore::Element* focusedElement() const;
|
|
|