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 88f101bbdb9143ee59441e0f86a2a69c47ac35c9..246289d3f7f5e24472b61de40d54d0753bd0c6c2 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; |