Skip to content
Snippets Groups Projects
Commit 66a473cd authored by ajwong@chromium.org's avatar ajwong@chromium.org
Browse files

Changing the include from "base/gfx/platform_canvas.h" to "skia/ext/platform_canvas.h"

BUG=None
TEST=None

Review URL: http://codereview.chromium.org/159057
Patch from Thiago Farina <thiago.farina@gmail.com>.

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21258 0039d316-1c4b-4281-b951-d872f2087c98
parent d20bd146
No related branches found
No related tags found
No related merge requests found
...@@ -550,11 +550,6 @@ ...@@ -550,11 +550,6 @@
'gfx/native_theme.h', 'gfx/native_theme.h',
'gfx/native_widget_types.h', 'gfx/native_widget_types.h',
'gfx/native_widget_types_gtk.cc', 'gfx/native_widget_types_gtk.cc',
'gfx/platform_canvas.h',
'gfx/platform_canvas_linux.h',
'gfx/platform_canvas_mac.h',
'gfx/platform_device_linux.h',
'gfx/platform_device_mac.h',
'gfx/png_decoder.cc', 'gfx/png_decoder.cc',
'gfx/png_decoder.h', 'gfx/png_decoder.h',
'gfx/png_encoder.cc', 'gfx/png_encoder.cc',
......
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
#include "skia/ext/platform_canvas.h"
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_GFX_PLATFORM_CANVAS_LINUX_H_
#define BASE_GFX_PLATFORM_CANVAS_LINUX_H_
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
#include "skia/ext/platform_canvas_linux.h"
#endif // BASE_GFX_PLATFORM_CANVAS_LINUX_H_
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_GFX_PLATFORM_CANVAS_MAC_H__
#define BASE_GFX_PLATFORM_CANVAS_MAC_H__
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
#include "skia/ext/platform_canvas_mac.h"
#endif // BASE_GFX_PLATFORM_CANVAS_MAC_H__
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_GFX_PLATFORM_DEVICE_LINUX_H_
#define BASE_GFX_PLATFORM_DEVICE_LINUX_H_
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
#include "skia/ext/platform_device_linux.h"
#endif // BASE_GFX_PLATFORM_DEVICE_LINUX_H_
// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_GFX_PLATFORM_DEVICE_MAC_H__
#define BASE_GFX_PLATFORM_DEVICE_MAC_H__
// TODO(brettw) this file should be removed and the includes changed to this
// new location.
#include "skia/ext/platform_device_mac.h"
#endif // BASE_GFX_PLATFORM_DEVICE_MAC_H__
...@@ -14,13 +14,13 @@ ...@@ -14,13 +14,13 @@
#ifndef WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_ #ifndef WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_
#define WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_ #define WEBKIT_GLUE_MEDIA_VIDEO_RENDERER_IMPL_H_
#include "base/gfx/platform_canvas.h"
#include "base/gfx/rect.h" #include "base/gfx/rect.h"
#include "base/gfx/size.h" #include "base/gfx/size.h"
#include "media/base/buffers.h" #include "media/base/buffers.h"
#include "media/base/factory.h" #include "media/base/factory.h"
#include "media/base/filters.h" #include "media/base/filters.h"
#include "media/filters/video_renderer_base.h" #include "media/filters/video_renderer_base.h"
#include "skia/ext/platform_canvas.h"
#include "webkit/api/public/WebMediaPlayer.h" #include "webkit/api/public/WebMediaPlayer.h"
#include "webkit/glue/webmediaplayer_impl.h" #include "webkit/glue/webmediaplayer_impl.h"
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
#include <vector> #include <vector>
#include "base/gfx/platform_canvas.h"
#include "base/gfx/rect.h" #include "base/gfx/rect.h"
#include "base/gfx/size.h" #include "base/gfx/size.h"
#include "base/lock.h" #include "base/lock.h"
...@@ -63,6 +62,7 @@ ...@@ -63,6 +62,7 @@
#include "base/ref_counted.h" #include "base/ref_counted.h"
#include "media/base/filters.h" #include "media/base/filters.h"
#include "media/base/pipeline_impl.h" #include "media/base/pipeline_impl.h"
#include "skia/ext/platform_canvas.h"
#include "webkit/api/public/WebMediaPlayer.h" #include "webkit/api/public/WebMediaPlayer.h"
#include "webkit/api/public/WebMediaPlayerClient.h" #include "webkit/api/public/WebMediaPlayerClient.h"
......
...@@ -7,9 +7,9 @@ ...@@ -7,9 +7,9 @@
#include "webkit/tools/test_shell/webview_host.h" #include "webkit/tools/test_shell/webview_host.h"
#include "webkit/tools/test_shell/mac/test_shell_webview.h" #include "webkit/tools/test_shell/mac/test_shell_webview.h"
#include "base/gfx/platform_canvas.h"
#include "base/gfx/rect.h" #include "base/gfx/rect.h"
#include "base/gfx/size.h" #include "base/gfx/size.h"
#include "skia/ext/platform_canvas.h"
#include "webkit/api/public/WebSize.h" #include "webkit/api/public/WebSize.h"
#include "webkit/glue/webview.h" #include "webkit/glue/webview.h"
......
...@@ -6,10 +6,10 @@ ...@@ -6,10 +6,10 @@
#include "webkit/tools/test_shell/webwidget_host.h" #include "webkit/tools/test_shell/webwidget_host.h"
#include "base/gfx/platform_canvas.h"
#include "base/gfx/rect.h" #include "base/gfx/rect.h"
#include "base/gfx/size.h" #include "base/gfx/size.h"
#include "base/logging.h" #include "base/logging.h"
#include "skia/ext/platform_canvas.h"
#include "webkit/api/public/mac/WebInputEventFactory.h" #include "webkit/api/public/mac/WebInputEventFactory.h"
#include "webkit/api/public/mac/WebScreenInfoFactory.h" #include "webkit/api/public/mac/WebScreenInfoFactory.h"
#include "webkit/api/public/WebInputEvent.h" #include "webkit/api/public/WebInputEvent.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment