| Index: third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| diff --git a/third_party/WebKit/Source/core/testing/DummyPageHolder.h b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| index 5704e1ef0956506ca4d46a28f214b2b376f6f229..fa340410fbc87b776bcd4642355bce29f66d3da1 100644
|
| --- a/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| +++ b/third_party/WebKit/Source/core/testing/DummyPageHolder.h
|
| @@ -49,8 +49,6 @@ class Settings;
|
|
|
| typedef void (*FrameSettingOverrideFunction)(Settings&);
|
|
|
| -extern void RootLayerScrollsFrameSettingOverride(Settings&);
|
| -
|
| // Creates a dummy Page, LocalFrame, and FrameView whose clients are all no-op.
|
| //
|
| // This class can be used when you write unit tests for components which do not work correctly without layoutObjects.
|
|
|