Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1647)

Unified Diff: content/common/gpu/gpu_process_launch_causes.h

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Android Build Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/gpu/gpu_process_launch_causes.h
diff --git a/content/common/gpu/gpu_process_launch_causes.h b/content/common/gpu/gpu_process_launch_causes.h
deleted file mode 100644
index 1fcdc2771d4e6b647c358944cadd8210834be38d..0000000000000000000000000000000000000000
--- a/content/common/gpu/gpu_process_launch_causes.h
+++ /dev/null
@@ -1,35 +0,0 @@
-// Copyright (c) 2012 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.
-
-#ifndef CONTENT_COMMON_GPU_GPU_PROCESS_LAUNCH_CAUSES_H_
-#define CONTENT_COMMON_GPU_GPU_PROCESS_LAUNCH_CAUSES_H_
-
-namespace content {
-
-// If you change this enum you also need to update
-// tools/metrics/histograms/histograms.xml
-enum CauseForGpuLaunch {
- // Start enum from 2 to keep the same values for the histogram.
- CAUSE_FOR_GPU_LAUNCH_GPUDATAMANAGER_REQUESTCOMPLETEGPUINFOIFNEEDED = 2,
- CAUSE_FOR_GPU_LAUNCH_RENDERWIDGETFULLSCREENPEPPER_CREATECONTEXT,
- CAUSE_FOR_GPU_LAUNCH_WEBGRAPHICSCONTEXT3DCOMMANDBUFFERIMPL_INITIALIZE,
- CAUSE_FOR_GPU_LAUNCH_NO_LAUNCH,
- CAUSE_FOR_GPU_LAUNCH_VIDEODECODEACCELERATOR_INITIALIZE,
- CAUSE_FOR_GPU_LAUNCH_PEPPERPLATFORMCONTEXT3DIMPL_INITIALIZE,
- CAUSE_FOR_GPU_LAUNCH_BROWSER_STARTUP,
- CAUSE_FOR_GPU_LAUNCH_CANVAS_2D,
- CAUSE_FOR_GPU_LAUNCH_PEPPERVIDEOENCODERACCELERATOR_INITIALIZE,
- CAUSE_FOR_GPU_LAUNCH_GPU_MEMORY_BUFFER_ALLOCATE,
- CAUSE_FOR_GPU_LAUNCH_JPEGDECODEACCELERATOR_INITIALIZE,
- CAUSE_FOR_GPU_LAUNCH_MOJO_SETUP,
- CAUSE_FOR_GPU_LAUNCH_GET_GPU_SERVICE_REGISTRY,
-
- // All new values should be inserted above this point so that
- // existing values continue to match up with those in histograms.xml.
- CAUSE_FOR_GPU_LAUNCH_MAX_ENUM
-};
-
-} // namespace content
-
-#endif // CONTENT_COMMON_GPU_GPU_PROCESS_LAUNCH_CAUSES_H_

Powered by Google App Engine
This is Rietveld 408576698