Move views event targeting into ViewTargeterDelegate::TargetForRect()
[chromium-blink-merge.git] / content / gpu / gpu_process.h
blobf4db71e18e0bc09da874a2027b9d4b622a1b034a
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef CONTENT_GPU_GPU_PROCESS_H_
6 #define CONTENT_GPU_GPU_PROCESS_H_
8 #include "content/child/child_process.h"
10 namespace content {
12 class GpuProcess : public ChildProcess {
13 public:
14 GpuProcess();
15 virtual ~GpuProcess();
17 private:
18 DISALLOW_COPY_AND_ASSIGN(GpuProcess);
23 #endif // CONTENT_GPU_GPU_PROCESS_H_