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 4792d9058c7efd3c3b3ccf7109e6b7a7975ffe36..7d3a909bc6c2cc98ae6048b3b7f1b43cebe1d292 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -11,6 +11,8 @@ |
#include "base/containers/scoped_ptr_hash_map.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" |
@@ -20,6 +22,7 @@ |
#include "content/public/browser/android/compositor.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "ui/base/android/window_android_compositor.h" |
+#include "ui/base/compositor/compositor_begin_frame_observer.h" |
class SkBitmap; |
struct ANativeWindow; |