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

Side by Side Diff: content/browser/gpu/compositor_util.h

Issue 164373012: Remove options to disable deadline scheduling (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 6 years, 10 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
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 #ifndef CONTENT_BROWSER_GPU_COMPOSITOR_UTIL_H_ 5 #ifndef CONTENT_BROWSER_GPU_COMPOSITOR_UTIL_H_
6 #define CONTENT_BROWSER_GPU_COMPOSITOR_UTIL_H_ 6 #define CONTENT_BROWSER_GPU_COMPOSITOR_UTIL_H_
7 7
8 #include "base/values.h" 8 #include "base/values.h"
9 #include "content/common/content_export.h" 9 #include "content/common/content_export.h"
10 10
11 namespace content { 11 namespace content {
12 12
13 // Returns true if the threaded compositor is on (via flags or field trial). 13 // Returns true if the threaded compositor is on (via flags or field trial).
14 CONTENT_EXPORT bool IsThreadedCompositingEnabled(); 14 CONTENT_EXPORT bool IsThreadedCompositingEnabled();
15 15
16 // Returns true if force-compositing-mode is on (via flags or field trial). 16 // Returns true if force-compositing-mode is on (via flags or field trial).
17 CONTENT_EXPORT bool IsForceCompositingModeEnabled(); 17 CONTENT_EXPORT bool IsForceCompositingModeEnabled();
18 18
19 // Returns true if delegated-renderer is on (via flags, or platform default). 19 // Returns true if delegated-renderer is on (via flags, or platform default).
20 CONTENT_EXPORT bool IsDelegatedRendererEnabled(); 20 CONTENT_EXPORT bool IsDelegatedRendererEnabled();
21 21
22 // Returns true if deadline scheduling is on (via flags, or platform default).
23 CONTENT_EXPORT bool IsDeadlineSchedulingEnabled();
24
25 CONTENT_EXPORT base::Value* GetFeatureStatus(); 22 CONTENT_EXPORT base::Value* GetFeatureStatus();
26 CONTENT_EXPORT base::Value* GetProblems(); 23 CONTENT_EXPORT base::Value* GetProblems();
27 CONTENT_EXPORT base::Value* GetDriverBugWorkarounds(); 24 CONTENT_EXPORT base::Value* GetDriverBugWorkarounds();
28 25
29 } // namespace content 26 } // namespace content
30 27
31 #endif // CONTENT_BROWSER_GPU_COMPOSITOR_UTIL_H_ 28 #endif // CONTENT_BROWSER_GPU_COMPOSITOR_UTIL_H_
OLDNEW
« no previous file with comments | « content/browser/android/content_startup_flags.cc ('k') | content/browser/gpu/compositor_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698