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

Side by Side Diff: cc/base/switches.h

Issue 429393003: Send idle notifications to V8 after commit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Call idle notification from RenderWidgetCompositor. Created 6 years, 4 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
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/base/switches.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 // Defines all the "cc" command-line switches. 5 // Defines all the "cc" command-line switches.
6 6
7 #ifndef CC_BASE_SWITCHES_H_ 7 #ifndef CC_BASE_SWITCHES_H_
8 #define CC_BASE_SWITCHES_H_ 8 #define CC_BASE_SWITCHES_H_
9 9
10 #include "cc/base/cc_export.h" 10 #include "cc/base/cc_export.h"
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[]; 55 CC_EXPORT extern const char kUIShowReplicaScreenSpaceRects[];
56 CC_EXPORT extern const char kShowOccludingRects[]; 56 CC_EXPORT extern const char kShowOccludingRects[];
57 CC_EXPORT extern const char kUIShowOccludingRects[]; 57 CC_EXPORT extern const char kUIShowOccludingRects[];
58 CC_EXPORT extern const char kShowNonOccludingRects[]; 58 CC_EXPORT extern const char kShowNonOccludingRects[];
59 CC_EXPORT extern const char kUIShowNonOccludingRects[]; 59 CC_EXPORT extern const char kUIShowNonOccludingRects[];
60 60
61 // Unit test related. 61 // Unit test related.
62 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[]; 62 CC_EXPORT extern const char kCCLayerTreeTestNoTimeout[];
63 CC_EXPORT extern const char kCCRebaselinePixeltests[]; 63 CC_EXPORT extern const char kCCRebaselinePixeltests[];
64 64
65 // Experimental features.
66 CC_EXPORT extern const char kSendV8IdleNotificationAfterCommit[];
67
65 } // namespace switches 68 } // namespace switches
66 } // namespace cc 69 } // namespace cc
67 70
68 #endif // CC_BASE_SWITCHES_H_ 71 #endif // CC_BASE_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/base/switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698