| Index: third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| index 0e99424b5e4615735f53b0b50f4ac674b3086947..a3cbba2ed81e3defb645f0381390c1177a5771a1 100644
|
| --- a/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/WebLayerTreeViewImplForTesting.cpp
|
| @@ -203,4 +203,8 @@ bool WebLayerTreeViewImplForTesting::HaveScrollEventHandlers() const {
|
| return layer_tree_host_->have_scroll_event_handlers();
|
| }
|
|
|
| +bool WebLayerTreeViewImplForTesting::IsForSubframe() {
|
| + return false;
|
| +}
|
| +
|
| } // namespace blink
|
|
|