summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu/gpu_process_host.h
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 02:02:21 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-02-16 02:02:21 +0000
commit8b93052b8898c34ef83c5ad399f17ca3f376aa8b (patch)
tree0346b629038fd7e76a57751bb203dff5deac398f /content/browser/gpu/gpu_process_host.h
parentd3f09099dba26bbb2af082f9272f6a2a269852d5 (diff)
downloadchromium_src-8b93052b8898c34ef83c5ad399f17ca3f376aa8b.zip
chromium_src-8b93052b8898c34ef83c5ad399f17ca3f376aa8b.tar.gz
chromium_src-8b93052b8898c34ef83c5ad399f17ca3f376aa8b.tar.bz2
Revert 122205 - Allow GPU process to present to the compositing surface without the involvement of the UI thread.
This is to prevent a potential deadlock and so I can revert this: https://chromiumcodereview.appspot.com/9295021 BUG=111514 Review URL: http://codereview.chromium.org/9380019 TBR=apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/9347062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/gpu/gpu_process_host.h')
-rw-r--r--content/browser/gpu/gpu_process_host.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
index 854268b..71e8869 100644
--- a/content/browser/gpu/gpu_process_host.h
+++ b/content/browser/gpu/gpu_process_host.h
@@ -22,8 +22,6 @@
class GpuMainThread;
struct GPUCreateCommandBufferConfig;
-struct GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params;
-struct GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params;
class BrowserChildProcessHostImpl;
@@ -109,13 +107,6 @@ class GpuProcessHost : public content::BrowserChildProcessHostDelegate,
void OnCommandBufferCreated(const int32 route_id);
void OnDestroyCommandBuffer(int32 surface_id);
-#if defined(OS_WIN) && !defined(USE_AURA)
- void OnAcceleratedSurfaceBuffersSwapped(
- const GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params& params);
- void OnAcceleratedSurfacePostSubBuffer(
- const GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params& params);
-#endif
-
bool LaunchGpuProcess(const std::string& channel_id);
void SendOutstandingReplies();