| Index: third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| diff --git a/third_party/WebKit/Source/core/frame/PlatformEventController.h b/third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| index 3896a385f76d11a03955e5f5c2f7dbb78ce3bd25..0d7680ddef09a18cbc5f35cb7d1db3acb79652a8 100644
|
| --- a/third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| +++ b/third_party/WebKit/Source/core/frame/PlatformEventController.h
|
| @@ -31,7 +31,8 @@ class CORE_EXPORT PlatformEventController : public PageVisibilityObserver {
|
| virtual void registerWithDispatcher() = 0;
|
| virtual void unregisterWithDispatcher() = 0;
|
|
|
| - // When true initiates a one-shot didUpdateData() when startUpdating() is called.
|
| + // When true initiates a one-shot didUpdateData() when startUpdating() is
|
| + // called.
|
| virtual bool hasLastData() = 0;
|
|
|
| bool m_hasEventListener;
|
|
|