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

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

Issue 2910233002: Do not fallback to FocusedOrMainFrame() in FocusedLocalFrameInWidget() (Closed)
Patch Set: Rebased Created 3 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
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3cc0f13dcbc6d57389333377bbbd6a76419a726b..3874aeb137411ba475b32cbed291775f471a652c 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -582,7 +582,6 @@ class WEB_EXPORT WebViewImpl final
void DetachCompositorAnimationTimeline(CompositorAnimationTimeline*);
LocalFrame* FocusedLocalFrameInWidget() const;
- LocalFrame* FocusedLocalFrameAvailableForIme() const;
CompositorMutatorImpl& Mutator();
@@ -644,11 +643,6 @@ class WEB_EXPORT WebViewImpl final
// this behavior by setting this flag if the keyDown was handled.
bool suppress_next_keypress_event_;
- // TODO(ekaramad): Can we remove this and make sure IME events are not called
- // when there is no page focus?
- // Represents whether or not this object should process incoming IME events.
- bool ime_accept_events_;
-
// The popup associated with an input/select element.
RefPtr<WebPagePopupImpl> page_popup_;
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698