| Index: ui/events/platform/platform_event_source.h
|
| diff --git a/ui/events/platform/platform_event_source.h b/ui/events/platform/platform_event_source.h
|
| index ce2cda9d375acf7aa4da83030238e3cbf19f0b39..9b2651ee986dae23eca79d06262dc4ebb9755c28 100644
|
| --- a/ui/events/platform/platform_event_source.h
|
| +++ b/ui/events/platform/platform_event_source.h
|
| @@ -47,6 +47,8 @@ class EVENTS_EXPORT PlatformEventSource {
|
| void AddPlatformEventObserver(PlatformEventObserver* observer);
|
| void RemovePlatformEventObserver(PlatformEventObserver* observer);
|
|
|
| + static scoped_ptr<PlatformEventSource> CreateDefault();
|
| +
|
| protected:
|
| PlatformEventSource();
|
|
|
|
|