Android Credit Card unmasking UI - replace text with progress bar
[chromium-blink-merge.git] / content / gpu / gpu_process.h
blob0511fa8d44a3bcd73e46a8effd0bdd62de80c9e7
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 ~GpuProcess() override;
17 private:
18 DISALLOW_COPY_AND_ASSIGN(GpuProcess);
23 #endif // CONTENT_GPU_GPU_PROCESS_H_