Index: content/browser/gpu/gpu_process_host.h |
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h |
index f337a9be02b9a004521ec1de9f5edaca95fefb1f..7fe8079c014786b3301309a2e7c6aa4a1bdab0ae 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -28,6 +28,7 @@ |
#include "gpu/ipc/common/surface_handle.h" |
#include "ipc/ipc_sender.h" |
#include "ipc/message_filter.h" |
+#include "services/ui/gpu/interfaces/gpu_main.mojom.h" |
#include "ui/gfx/geometry/size.h" |
#include "ui/gfx/gpu_memory_buffer.h" |
#include "url/gurl.h" |
@@ -288,6 +289,8 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate, |
std::string shader_prefix_key_; |
+ ui::mojom::GpuMainAssociatedPtr gpu_main_ptr_; |
+ |
DISALLOW_COPY_AND_ASSIGN(GpuProcessHost); |
}; |