diff options
author | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 17:46:15 +0000 |
---|---|---|
committer | avi@chromium.org <avi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 17:46:15 +0000 |
commit | 3bbacc5b619339e2607301a0e48672350b97cb74 (patch) | |
tree | b65bef4be8eafd514028b20174cf1484aa7515f3 /content/browser/gpu | |
parent | 1dda5abef8ef78f0579b3ea27458d33cca2cc78f (diff) | |
download | chromium_src-3bbacc5b619339e2607301a0e48672350b97cb74.zip chromium_src-3bbacc5b619339e2607301a0e48672350b97cb74.tar.gz chromium_src-3bbacc5b619339e2607301a0e48672350b97cb74.tar.bz2 |
TabContents -> WebContentsImpl, part 19.
BUG=105875
TEST=no change
Review URL: http://codereview.chromium.org/10106022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132599 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu')
-rw-r--r-- | content/browser/gpu/gpu_process_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc index 1709a7f..dba5239 100644 --- a/content/browser/gpu/gpu_process_host.cc +++ b/content/browser/gpu/gpu_process_host.cc @@ -123,7 +123,7 @@ void AcceleratedSurfaceBuffersSwappedCompleted(int host_id, #if defined(TOOLKIT_GTK) // Used to put a lock on surfaces so that the window to which the GPU // process is drawing to doesn't disappear while it is drawing when -// a tab is closed. +// a WebContents is closed. class GpuProcessHost::SurfaceRef { public: explicit SurfaceRef(gfx::PluginWindowHandle surface); |