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

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

Issue 2910233002: Do not fallback to FocusedOrMainFrame() in FocusedLocalFrameInWidget() (Closed)
Patch Set: Addressing dcheng@'s comments Created 3 years, 7 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 0d2ef17a875493e528182b6379e6c5155e61f7c2..d740cdb98ccf34473738b659b830e01a51104703 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -596,7 +596,6 @@ class WEB_EXPORT WebViewImpl final
void DetachCompositorAnimationTimeline(CompositorAnimationTimeline*);
LocalFrame* FocusedLocalFrameInWidget() const;
- LocalFrame* FocusedLocalFrameAvailableForIme() const;
CompositorMutatorImpl& Mutator();
@@ -661,11 +660,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_;

Powered by Google App Engine
This is Rietveld 408576698