| Index: content/browser/renderer_host/compositor_impl_android.h
|
| diff --git a/content/browser/renderer_host/compositor_impl_android.h b/content/browser/renderer_host/compositor_impl_android.h
|
| index 7e9aca654e63d73c06cdcf05a00d963a1d0c5225..5d822308efbf98704d3caf92845f6682d8c4f0e3 100644
|
| --- a/content/browser/renderer_host/compositor_impl_android.h
|
| +++ b/content/browser/renderer_host/compositor_impl_android.h
|
| @@ -10,6 +10,9 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/observer_list.h"
|
| +#include "cc/output/begin_frame_args.h"
|
| +#include "cc/resources/ui_resource_client.h"
|
| #include "cc/trees/layer_tree_host_client.h"
|
| #include "cc/trees/layer_tree_host_single_thread_client.h"
|
| #include "content/browser/android/ui_resource_provider_impl.h"
|
| @@ -21,6 +24,7 @@
|
| #include "third_party/khronos/GLES2/gl2.h"
|
| #include "ui/base/android/system_ui_resource_manager.h"
|
| #include "ui/base/android/window_android_compositor.h"
|
| +#include "ui/base/compositor/compositor_begin_frame_observer.h"
|
|
|
| class SkBitmap;
|
| struct ANativeWindow;
|
|
|