summaryrefslogtreecommitdiffstats
path: root/chrome/gpu/gpu_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/gpu/gpu_process.cc')
-rw-r--r--chrome/gpu/gpu_process.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/chrome/gpu/gpu_process.cc b/chrome/gpu/gpu_process.cc
new file mode 100644
index 0000000..ada83c8
--- /dev/null
+++ b/chrome/gpu/gpu_process.cc
@@ -0,0 +1,11 @@
+// Copyright (c) 2010 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.
+
+#include "chrome/gpu/gpu_process.h"
+
+GpuProcess::GpuProcess() {
+}
+
+GpuProcess::~GpuProcess() {
+}