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

Unified Diff: third_party/WebKit/Source/core/events/UIEventWithKeyState.h

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/UIEventWithKeyState.h
diff --git a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
index 8556c788325211a05c7c1260a81bca0bf5221082..d937cd9e78dcbdac923ea3e0f2e50dd2e79a1814 100644
--- a/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
+++ b/third_party/WebKit/Source/core/events/UIEventWithKeyState.h
@@ -76,7 +76,7 @@ class CORE_EXPORT UIEventWithKeyState : public UIEvent {
int detail,
PlatformEvent::Modifiers,
TimeTicks platformTimeStamp,
- InputDeviceCapabilities* sourceCapabilities = nullptr);
+ const InputDeviceCapabilitiesValue& sourceCapabilities);
UIEventWithKeyState(const AtomicString& type,
const EventModifierInit& initializer);
void initModifiers(bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
« no previous file with comments | « third_party/WebKit/Source/core/events/UIEvent.cpp ('k') | third_party/WebKit/Source/core/events/UIEventWithKeyState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698