| Index: cc/layer_tree_host_impl.h
|
| diff --git a/cc/layer_tree_host_impl.h b/cc/layer_tree_host_impl.h
|
| index 53927f03c397b2d1d8b8c2d41fd91a620cddc291..bee6536c1a9acf159223f5f1e0b450fd5a060e24 100644
|
| --- a/cc/layer_tree_host_impl.h
|
| +++ b/cc/layer_tree_host_impl.h
|
| @@ -11,6 +11,7 @@
|
| #include "cc/animation_events.h"
|
| #include "cc/animation_registrar.h"
|
| #include "cc/cc_export.h"
|
| +#include "cc/hardcoded_scrollbar.h"
|
| #include "cc/input_handler.h"
|
| #include "cc/output_surface_client.h"
|
| #include "cc/render_pass.h"
|
| @@ -363,6 +364,8 @@ private:
|
|
|
| scoped_ptr<AnimationRegistrar> m_animationRegistrar;
|
|
|
| + HardcodedScrollbar m_hardcodedScrollbar;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(LayerTreeHostImpl);
|
| };
|
|
|
|
|