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 e24d58185b8db0fbe02f1077ae4ff3667a8b0236..88f101bbdb9143ee59441e0f86a2a69c47ac35c9 100644 |
--- a/content/browser/renderer_host/compositor_impl_android.h |
+++ b/content/browser/renderer_host/compositor_impl_android.h |
@@ -15,7 +15,9 @@ |
#include "content/browser/android/ui_resource_provider_impl.h" |
#include "content/browser/renderer_host/image_transport_factory_android.h" |
#include "content/common/content_export.h" |
+#include "content/common/gpu/client/context_provider_command_buffer.h" |
#include "content/public/browser/android/compositor.h" |
+#include "gpu/command_buffer/common/capabilities.h" |
#include "third_party/khronos/GLES2/gl2.h" |
#include "ui/base/android/system_ui_resource_manager.h" |
#include "ui/base/android/window_android_compositor.h" |
@@ -54,6 +56,8 @@ class CONTENT_EXPORT CompositorImpl |
// Destroy all surface textures associated with |child_process_id|. |
static void DestroyAllSurfaceTextures(int child_process_id); |
+ void PopulateGpuCapabilities(gpu::Capabilities gpu_capabilities); |
+ |
private: |
// Compositor implementation. |
virtual void SetRootLayer(scoped_refptr<cc::Layer> root) OVERRIDE; |