summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
Diffstat (limited to 'gpu')
-rw-r--r--gpu/command_buffer/service/gpu_processor.h4
-rw-r--r--gpu/gpu.gyp1
2 files changed, 3 insertions, 2 deletions
diff --git a/gpu/command_buffer/service/gpu_processor.h b/gpu/command_buffer/service/gpu_processor.h
index 1682ad8..7dfba2a 100644
--- a/gpu/command_buffer/service/gpu_processor.h
+++ b/gpu/command_buffer/service/gpu_processor.h
@@ -8,7 +8,6 @@
#include <queue>
#include <vector>
-#include "app/surface/transport_dib.h"
#include "base/callback.h"
#include "base/ref_counted.h"
#include "base/scoped_ptr.h"
@@ -20,9 +19,10 @@
#include "gpu/command_buffer/service/gles2_cmd_decoder.h"
#include "ui/gfx/native_widget_types.h"
#include "ui/gfx/size.h"
+#include "ui/gfx/surface/transport_dib.h"
#if defined(OS_MACOSX)
-#include "app/surface/accelerated_surface_mac.h"
+#include "ui/gfx/surface/accelerated_surface_mac.h"
#endif
namespace gfx {
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 0ebacf8..4b25208 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -181,6 +181,7 @@
'../app/app.gyp:app_base',
'../base/base.gyp:base',
'../ui/ui.gyp:ui_gfx',
+ '../ui/gfx/surface/surface.gyp:surface',
'../third_party/angle/src/build_angle.gyp:translator_glsl',
],
'sources': [