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

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

Issue 2678683002: Delay instantiating InputDeviceCapabilities until accessed. (Closed)
Patch Set: rebased Created 3 years, 10 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.cpp
diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
index 0da54ac81ee3b0bd38e379602bc44e089da44319..511c2790eba71be57f1c4de2aa05b61aeffb8c85 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.cpp
+++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
@@ -2846,7 +2846,7 @@ void WebViewImpl::advanceFocusAcrossFrames(WebFocusType type,
// TODO(alexmos): Pass in proper with sourceCapabilities.
page()->focusController().advanceFocusAcrossFrames(
type, toWebRemoteFrameImpl(from)->frame(),
- toWebLocalFrameImpl(to)->frame());
+ toWebLocalFrameImpl(to)->frame(), InputDeviceCapabilities::Null);
}
double WebViewImpl::zoomLevel() {
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.cpp ('k') | third_party/WebKit/Source/web/tests/WebViewTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698