diff options
author | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 05:01:54 +0000 |
---|---|---|
committer | mkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-30 05:01:54 +0000 |
commit | bae7d75ea4298443b7f9335ee7b7edbc07b6295f (patch) | |
tree | 3765ef5a6de0a6aadbb16cfb9538f2ac25d865a5 /cc/input | |
parent | 6daa0d2c7c5d6cb8e641b349f7acbbfba54c7ef3 (diff) | |
download | chromium_src-bae7d75ea4298443b7f9335ee7b7edbc07b6295f.zip chromium_src-bae7d75ea4298443b7f9335ee7b7edbc07b6295f.tar.gz chromium_src-bae7d75ea4298443b7f9335ee7b7edbc07b6295f.tar.bz2 |
Refactor SynchronousCompositor out of SynchronousCompositorOutputSurface.
This creates a separate SynchronousCompositorImpl class that is owned
by the RenderWidget. This will be needed for hooking up the root layer
scroll offset delegate.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/15875009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203078 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/input')
-rw-r--r-- | cc/input/layer_scroll_offset_delegate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/input/layer_scroll_offset_delegate.h b/cc/input/layer_scroll_offset_delegate.h index 1431a80..895d36d 100644 --- a/cc/input/layer_scroll_offset_delegate.h +++ b/cc/input/layer_scroll_offset_delegate.h @@ -5,6 +5,9 @@ #ifndef CC_INPUT_LAYER_SCROLL_OFFSET_DELEGATE_H_ #define CC_INPUT_LAYER_SCROLL_OFFSET_DELEGATE_H_ +#include "base/basictypes.h" +#include "ui/gfx/vector2d_f.h" + namespace cc { // The LayerScrollOffsetDelegate allows for the embedder to take ownership of |