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

Side by Side Diff: chrome/browser/chromeos/login/chrome_restart_request.cc

Issue 12502016: cc: Add command line switch to control resource usage for impl-side painting. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/browser/chromeos/login/chrome_restart_request.h" 5 #include "chrome/browser/chromeos/login/chrome_restart_request.h"
6 6
7 #include <vector> 7 #include <vector>
8 8
9 #include "ash/ash_switches.h" 9 #include "ash/ash_switches.h"
10 #include "base/chromeos/chromeos_version.h" 10 #include "base/chromeos/chromeos_version.h"
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 cc::switches::kEnableCompositorFrameMessage, 136 cc::switches::kEnableCompositorFrameMessage,
137 cc::switches::kEnableImplSidePainting, 137 cc::switches::kEnableImplSidePainting,
138 cc::switches::kEnablePartialSwap, 138 cc::switches::kEnablePartialSwap,
139 cc::switches::kEnablePerTilePainting, 139 cc::switches::kEnablePerTilePainting,
140 cc::switches::kEnablePredictionBenchmarking, 140 cc::switches::kEnablePredictionBenchmarking,
141 cc::switches::kEnableRightAlignedScheduling, 141 cc::switches::kEnableRightAlignedScheduling,
142 cc::switches::kEnableTopControlsPositionCalculation, 142 cc::switches::kEnableTopControlsPositionCalculation,
143 cc::switches::kLowResolutionContentsScaleFactor, 143 cc::switches::kLowResolutionContentsScaleFactor,
144 cc::switches::kMaxPrepaintTileDistance, 144 cc::switches::kMaxPrepaintTileDistance,
145 cc::switches::kMaxTilesForInterestArea, 145 cc::switches::kMaxTilesForInterestArea,
146 cc::switches::kMaxUnusedResourceMemoryUsagePercentage,
146 cc::switches::kNumRasterThreads, 147 cc::switches::kNumRasterThreads,
147 cc::switches::kShowCompositedLayerBorders, 148 cc::switches::kShowCompositedLayerBorders,
148 cc::switches::kShowCompositedLayerTree, 149 cc::switches::kShowCompositedLayerTree,
149 cc::switches::kShowFPSCounter, 150 cc::switches::kShowFPSCounter,
150 cc::switches::kShowNonOccludingRects, 151 cc::switches::kShowNonOccludingRects,
151 cc::switches::kShowOccludingRects, 152 cc::switches::kShowOccludingRects,
152 cc::switches::kShowPropertyChangedRects, 153 cc::switches::kShowPropertyChangedRects,
153 cc::switches::kShowReplicaScreenSpaceRects, 154 cc::switches::kShowReplicaScreenSpaceRects,
154 cc::switches::kShowScreenSpaceRects, 155 cc::switches::kShowScreenSpaceRects,
155 cc::switches::kShowSurfaceDamageRects, 156 cc::switches::kShowSurfaceDamageRects,
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 // Relaunch chrome without session manager on dev box. 328 // Relaunch chrome without session manager on dev box.
328 ReLaunch(command_line); 329 ReLaunch(command_line);
329 return; 330 return;
330 } 331 }
331 332
332 // ChromeRestartRequest deletes itself after request sent to session manager. 333 // ChromeRestartRequest deletes itself after request sent to session manager.
333 (new ChromeRestartRequest(command_line))->Start(); 334 (new ChromeRestartRequest(command_line))->Start();
334 } 335 }
335 336
336 } // namespace chromeos 337 } // namespace chromeos
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_settings.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698