Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7067)

Unified Diff: Source/web/WebViewImpl.h

Issue 189573002: Convert HTMLFrameOwnerElement and FocusController to use Frame. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added alias for LocalFrame downcast Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 54fe72f083b8b5a329fd9f18b75add1a2a79bf7f..af0cfae2dbf21c12ff5ad59a70fec7f39b9578db 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -63,8 +63,7 @@
namespace WebCore {
class DataObject;
-class Color;
-class LocalFrame;
+class Frame;
class GraphicsLayerFactory;
class HistoryItem;
class HitTestResult;
@@ -316,7 +315,7 @@ public:
return m_lastMouseDownPoint;
}
- WebCore::LocalFrame* focusedWebCoreFrame() const;
+ WebCore::Frame* focusedWebCoreFrame() const;
// Returns the currently focused Element or null if no element has focus.
WebCore::Element* focusedElement() const;

Powered by Google App Engine
This is Rietveld 408576698