diff options
Diffstat (limited to 'content/gpu/gpu_process.cc')
-rw-r--r-- | content/gpu/gpu_process.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/gpu/gpu_process.cc b/content/gpu/gpu_process.cc new file mode 100644 index 0000000..252ceb1 --- /dev/null +++ b/content/gpu/gpu_process.cc @@ -0,0 +1,11 @@ +// 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. + +#include "content/gpu/gpu_process.h" + +GpuProcess::GpuProcess() { +} + +GpuProcess::~GpuProcess() { +} |