| Index: third_party/WebKit/Source/platform/Widget.h
|
| diff --git a/third_party/WebKit/Source/platform/Widget.h b/third_party/WebKit/Source/platform/Widget.h
|
| index 2c59cb0a6a31dd3addb94e191feb1321aef6d069..ae4073bb163cf5a3d70081fc6f27d0b7c78d4aab 100644
|
| --- a/third_party/WebKit/Source/platform/Widget.h
|
| +++ b/third_party/WebKit/Source/platform/Widget.h
|
| @@ -126,6 +126,8 @@ class PLATFORM_EXPORT Widget : public GarbageCollectedFinalized<Widget> {
|
| DECLARE_VIRTUAL_TRACE();
|
| virtual void dispose() {}
|
|
|
| + virtual bool shouldSendScrollbarUseUMA(int part) { return false; }
|
| +
|
| private:
|
| Member<Widget> m_parent;
|
| IntRect m_frameRect;
|
|
|