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

Unified Diff: third_party/WebKit/Source/core/events/FocusEvent.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/core/events/FocusEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/FocusEvent.cpp b/third_party/WebKit/Source/core/events/FocusEvent.cpp
index a4e4da7cc2604c32600dd053f89104d1c1280882..58a5d70b4e0a33774b742862c0b59f5f4358c001 100644
--- a/third_party/WebKit/Source/core/events/FocusEvent.cpp
+++ b/third_party/WebKit/Source/core/events/FocusEvent.cpp
@@ -46,7 +46,7 @@ FocusEvent::FocusEvent(const AtomicString& type,
AbstractView* view,
int detail,
EventTarget* relatedTarget,
- InputDeviceCapabilities* sourceCapabilities)
+ const InputDeviceCapabilitiesValue& sourceCapabilities)
: UIEvent(type,
canBubble,
cancelable,
« no previous file with comments | « third_party/WebKit/Source/core/events/FocusEvent.h ('k') | third_party/WebKit/Source/core/events/GestureEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698