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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2012823003: Move IME related functions from WebFrame to WebLocalFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove null check in spellcheck_provider.cc and add some log Created 4 years, 6 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: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index a4fb6e4e24a10ca421a1b4a8fa292dfd1529797e..6348a1efd651986389ef9d606818c965e5089a37 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -184,7 +184,7 @@ public:
WebFrame* mainFrame() override;
WebFrame* findFrameByName(
const WebString& name, WebFrame* relativeToFrame) override;
- WebFrame* focusedFrame() override;
+ WebLocalFrame* focusedFrame() override;
void setFocusedFrame(WebFrame*) override;
void focusDocumentView(WebFrame*) override;
void setInitialFocus(bool reverse) override;

Powered by Google App Engine
This is Rietveld 408576698