diff options
author | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 17:05:31 +0000 |
---|---|---|
committer | kbr@chromium.org <kbr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-08 17:05:31 +0000 |
commit | 77128dec2b067b305b9f749aa8a703af0159b350 (patch) | |
tree | f6b237cb5cee5152dfd29a88747691936100dd26 /chrome/browser/gpu_process_host_ui_shim.h | |
parent | b61f4dbfaf2459e54203656e2d80588fbad1c931 (diff) | |
download | chromium_src-77128dec2b067b305b9f749aa8a703af0159b350.zip chromium_src-77128dec2b067b305b9f749aa8a703af0159b350.tar.gz chromium_src-77128dec2b067b305b9f749aa8a703af0159b350.tar.bz2 |
Deleted code associated with --enable-gpu-rendering and
--enable-video-layering flags. With the introduction of accelerated
compositing to Chromium this code is now obsolete, and it is causing
problems and bug reports when users experiment with these flags.
Tested on Linux in the following configurations:
- Compositor on, CSS 3D content
- Compositor on, HTML5 video content
- Compositor off, HTML5 video content
Also ran patch successfully through the try bots.
BUG=54932
TEST=none
Review URL: http://codereview.chromium.org/4399003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/gpu_process_host_ui_shim.h')
-rw-r--r-- | chrome/browser/gpu_process_host_ui_shim.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/gpu_process_host_ui_shim.h b/chrome/browser/gpu_process_host_ui_shim.h index 3e5d93b..e2f09ae 100644 --- a/chrome/browser/gpu_process_host_ui_shim.h +++ b/chrome/browser/gpu_process_host_ui_shim.h @@ -12,7 +12,6 @@ // shuttling messages between the browser and GPU processes. #include "base/singleton.h" -#include "chrome/common/gpu_native_window_handle.h" #include "chrome/common/message_router.h" #include "ipc/ipc_channel.h" #include "gfx/native_widget_types.h" @@ -25,10 +24,6 @@ class GpuProcessHostUIShim : public IPC::Channel::Sender, int32 GetNextRoutingId(); - // Creates the new remote view and returns the routing ID for the view, or 0 - // on failure. - int32 NewRenderWidgetHostView(GpuNativeWindowHandle parent); - // IPC::Channel::Sender implementation. virtual bool Send(IPC::Message* msg); |