| Index: cc/input/layer_scroll_offset_delegate.h
|
| diff --git a/cc/input/layer_scroll_offset_delegate.h b/cc/input/layer_scroll_offset_delegate.h
|
| index 1431a80d88addb96f7f85ea1cd33af89fe6bd14c..e2c8d3bd274d024984967386b71228fd466cf14f 100644
|
| --- a/cc/input/layer_scroll_offset_delegate.h
|
| +++ b/cc/input/layer_scroll_offset_delegate.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CC_INPUT_LAYER_SCROLL_OFFSET_DELEGATE_H_
|
| #define CC_INPUT_LAYER_SCROLL_OFFSET_DELEGATE_H_
|
|
|
| +#include "ui/gfx/vector2d_f.h"
|
| +
|
| namespace cc {
|
|
|
| // The LayerScrollOffsetDelegate allows for the embedder to take ownership of
|
|
|