Chromium Code Reviews| Index: cc/test/layer_tree_host_common_test.h |
| diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h |
| index 2a66715f549b16c3e1afe91c68e719344ea37b14..b76b4f9f336ff1fe3ee2921f4963fdd9120d97c5 100644 |
| --- a/cc/test/layer_tree_host_common_test.h |
| +++ b/cc/test/layer_tree_host_common_test.h |
| @@ -159,6 +159,9 @@ class LayerTreeHostCommonTest : public LayerTreeHostCommonTestBase, |
| public: |
| LayerTreeHostCommonTest(); |
| explicit LayerTreeHostCommonTest(const LayerTreeSettings& settings); |
| + |
| + protected: |
| + void SetScrollOffsetDelta(LayerImpl* layer_impl, const gfx::Vector2dF& delta); |
|
ajuma
2016/03/07 19:10:19
static void
sunxd
2016/03/09 01:51:20
Done.
|
| }; |
| } // namespace cc |