summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/gtk/rounded_window.cc1
-rw-r--r--chrome/browser/renderer_host/video_layer_x.h1
-rw-r--r--chrome/gpu/gpu_backing_store_glx.h1
-rw-r--r--chrome/gpu/gpu_video_layer_glx.h2
4 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/gtk/rounded_window.cc b/chrome/browser/gtk/rounded_window.cc
index e2fde09..f0d827d 100644
--- a/chrome/browser/gtk/rounded_window.cc
+++ b/chrome/browser/gtk/rounded_window.cc
@@ -9,6 +9,7 @@
#include "app/gtk_signal_registrar.h"
#include "base/i18n/rtl.h"
+#include "base/logging.h"
#include "chrome/browser/gtk/gtk_util.h"
namespace gtk_util {
diff --git a/chrome/browser/renderer_host/video_layer_x.h b/chrome/browser/renderer_host/video_layer_x.h
index 3e00108..5225d4e 100644
--- a/chrome/browser/renderer_host/video_layer_x.h
+++ b/chrome/browser/renderer_host/video_layer_x.h
@@ -8,6 +8,7 @@
#include "app/x11_util.h"
#include "chrome/browser/renderer_host/video_layer.h"
+#include "gfx/rect.h"
// Implements a YUV data layer using X to hold the RGB data.
class VideoLayerX : public VideoLayer {
diff --git a/chrome/gpu/gpu_backing_store_glx.h b/chrome/gpu/gpu_backing_store_glx.h
index ad0c683..d5ac83a 100644
--- a/chrome/gpu/gpu_backing_store_glx.h
+++ b/chrome/gpu/gpu_backing_store_glx.h
@@ -9,6 +9,7 @@
#include "app/surface/transport_dib.h"
#include "base/basictypes.h"
#include "base/process.h"
+#include "gfx/size.h"
#include "ipc/ipc_channel.h"
class GpuViewX;
diff --git a/chrome/gpu/gpu_video_layer_glx.h b/chrome/gpu/gpu_video_layer_glx.h
index 5ece3a9..0a67184 100644
--- a/chrome/gpu/gpu_video_layer_glx.h
+++ b/chrome/gpu/gpu_video_layer_glx.h
@@ -9,6 +9,8 @@
#include "app/surface/transport_dib.h"
#include "base/basictypes.h"
#include "base/process.h"
+#include "gfx/rect.h"
+#include "gfx/size.h"
#include "ipc/ipc_channel.h"
class GpuViewX;