diff options
Diffstat (limited to 'chrome/plugin')
-rw-r--r-- | chrome/plugin/command_buffer_stub.h | 2 | ||||
-rw-r--r-- | chrome/plugin/webplugin_delegate_stub.h | 2 | ||||
-rw-r--r-- | chrome/plugin/webplugin_proxy.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/chrome/plugin/command_buffer_stub.h b/chrome/plugin/command_buffer_stub.h index 9d946a7..026110f 100644 --- a/chrome/plugin/command_buffer_stub.h +++ b/chrome/plugin/command_buffer_stub.h @@ -7,8 +7,8 @@ #if defined(ENABLE_GPU) +#include "app/surface/transport_dib.h" #include "base/ref_counted.h" -#include "chrome/common/transport_dib.h" #include "gfx/native_widget_types.h" #include "gpu/command_buffer/common/command_buffer.h" #include "gpu/command_buffer/service/command_buffer_service.h" diff --git a/chrome/plugin/webplugin_delegate_stub.h b/chrome/plugin/webplugin_delegate_stub.h index 8ec442b..5a7be5d 100644 --- a/chrome/plugin/webplugin_delegate_stub.h +++ b/chrome/plugin/webplugin_delegate_stub.h @@ -9,10 +9,10 @@ #include <string> #include <vector> +#include "app/surface/transport_dib.h" #include "base/ref_counted.h" #include "base/shared_memory.h" #include "base/task.h" -#include "chrome/common/transport_dib.h" #include "chrome/plugin/command_buffer_stub.h" #include "gfx/rect.h" #include "googleurl/src/gurl.h" diff --git a/chrome/plugin/webplugin_proxy.h b/chrome/plugin/webplugin_proxy.h index 9329d6c..4338dca 100644 --- a/chrome/plugin/webplugin_proxy.h +++ b/chrome/plugin/webplugin_proxy.h @@ -7,6 +7,7 @@ #include <string> +#include "app/surface/transport_dib.h" #include "base/hash_tables.h" #include "base/ref_counted.h" #if defined(OS_MACOSX) @@ -17,7 +18,6 @@ #include "base/shared_memory.h" #include "base/timer.h" #include "chrome/common/chrome_plugin_api.h" -#include "chrome/common/transport_dib.h" #include "googleurl/src/gurl.h" #include "ipc/ipc_message.h" #include "webkit/glue/webplugin.h" |