| Index: content/browser/gpu/gpu_ipc_browsertests.cc
|
| diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| index d82566853420f11d13fcb1a1f7082a5412cd46fe..76c2fb96b971333a2292b86e88176cb78df0bd64 100644
|
| --- a/content/browser/gpu/gpu_ipc_browsertests.cc
|
| +++ b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| @@ -9,11 +9,11 @@
|
| #include "content/browser/gpu/gpu_process_host_ui_shim.h"
|
| #include "content/common/gpu/client/context_provider_command_buffer.h"
|
| #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
|
| -#include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/public/browser/gpu_data_manager.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "content/public/test/content_browser_test.h"
|
| #include "gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.h"
|
| +#include "gpu/ipc/common/gpu_process_launch_causes.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkSurface.h"
|
| #include "third_party/skia/include/gpu/GrContext.h"
|
| @@ -23,9 +23,8 @@ namespace {
|
|
|
| using content::WebGraphicsContext3DCommandBufferImpl;
|
|
|
| -const content::CauseForGpuLaunch kInitCause =
|
| - content::
|
| - CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE;
|
| +const gpu::CauseForGpuLaunch kInitCause =
|
| + gpu::CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE;
|
|
|
| class ContextTestBase : public content::ContentBrowserTest {
|
| public:
|
|
|