diff options
author | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 14:01:33 +0000 |
---|---|---|
committer | pinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-19 14:01:33 +0000 |
commit | 6c077af5c79a85d64e4b4363b8d0e29bb16543db (patch) | |
tree | 160a0dc0eb5b39a3c302655a287d1594d4ccf58e /chrome/browser/renderer_host/video_layer_x.h | |
parent | 9bb2d8b4792cbf769d744fd972da2d94e9fa9647 (diff) | |
download | chromium_src-6c077af5c79a85d64e4b4363b8d0e29bb16543db.zip chromium_src-6c077af5c79a85d64e4b4363b8d0e29bb16543db.tar.gz chromium_src-6c077af5c79a85d64e4b4363b8d0e29bb16543db.tar.bz2 |
Remove dependency from webkit on chrome/common by moving files to src/app.
BUG=37985
TEST=no functional change.
Review URL: http://codereview.chromium.org/1060001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/renderer_host/video_layer_x.h')
-rw-r--r-- | chrome/browser/renderer_host/video_layer_x.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/browser/renderer_host/video_layer_x.h b/chrome/browser/renderer_host/video_layer_x.h index ef97f30..a3c51b3 100644 --- a/chrome/browser/renderer_host/video_layer_x.h +++ b/chrome/browser/renderer_host/video_layer_x.h @@ -2,11 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#ifndef CHROME_BROWSER_RENDERER_HOST_VIDEO_LAYER_X_ -#define CHROME_BROWSER_RENDERER_HOST_VIDEO_LAYER_X_ +#ifndef CHROME_BROWSER_RENDERER_HOST_VIDEO_LAYER_X_H_ +#define CHROME_BROWSER_RENDERER_HOST_VIDEO_LAYER_X_H_ +#include "app/x11_util.h" #include "chrome/browser/renderer_host/video_layer.h" -#include "chrome/common/x11_util.h" // Implements a YUV data layer using X to hold the RGB data. class VideoLayerX : public VideoLayer { @@ -48,4 +48,4 @@ class VideoLayerX : public VideoLayer { DISALLOW_COPY_AND_ASSIGN(VideoLayerX); }; -#endif // CHROME_BROWSER_RENDERER_HOST_VIDEO_LAYER_X_ +#endif // CHROME_BROWSER_RENDERER_HOST_VIDEO_LAYER_X_H_ |