| Index: cc/test/stub_layer_tree_host_client.cc
|
| diff --git a/cc/test/stub_layer_tree_host_client.cc b/cc/test/stub_layer_tree_host_client.cc
|
| index 650faaf772cd194b807676ff78ed25ba1d57e7d6..a3205d754489619446cca07a931eafc29f766b96 100644
|
| --- a/cc/test/stub_layer_tree_host_client.cc
|
| +++ b/cc/test/stub_layer_tree_host_client.cc
|
| @@ -8,4 +8,8 @@ namespace cc {
|
|
|
| StubLayerTreeHostClient::~StubLayerTreeHostClient() = default;
|
|
|
| +bool StubLayerTreeHostClient::IsForSubframe() {
|
| + return false;
|
| +}
|
| +
|
| } // namespace cc
|
|
|