summaryrefslogtreecommitdiffstats
path: root/content/browser/gpu_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/gpu_process_host.h')
-rw-r--r--content/browser/gpu_process_host.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/browser/gpu_process_host.h b/content/browser/gpu_process_host.h
index b8c06e2..9106b83 100644
--- a/content/browser/gpu_process_host.h
+++ b/content/browser/gpu_process_host.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -34,10 +34,10 @@ class GpuProcessHost : public BrowserChildProcessHost,
virtual bool OnMessageReceived(const IPC::Message& message);
private:
- explicit GpuProcessHost(
- int host_id,
- const GpuFeatureFlags& gpu_feature_flags);
+ GpuProcessHost(int host_id,
+ const GpuFeatureFlags& gpu_feature_flags);
virtual ~GpuProcessHost();
+
bool Init();
// Post an IPC message to the UI shim's message handler on the UI thread.