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

Unified Diff: components/display_compositor/display_compositor_features.h

Issue 2811083002: Move frame eviction into components (Closed)
Patch Set: Created 3 years, 8 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: components/display_compositor/display_compositor_features.h
diff --git a/components/display_compositor/display_compositor_features.h b/components/display_compositor/display_compositor_features.h
new file mode 100644
index 0000000000000000000000000000000000000000..9feac6b8183226f55110c5a9e1c68398244d4784
--- /dev/null
+++ b/components/display_compositor/display_compositor_features.h
@@ -0,0 +1,27 @@
+// Copyright 2017 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 COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_FEATURES_H_
+#define COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_FEATURES_H_
+
+// This file defines all the base::FeatureList features for the Password Manager
+// module.
+
+#include "base/feature_list.h"
+#include "components/display_compositor/display_compositor_export.h"
+
+namespace display_compositor {
+
+namespace features {
+
+// All features in alphabetical order. The features should be documented
+// alongside the definition of their values in the .cc file.
+
+DISPLAY_COMPOSITOR_EXPORT extern const base::Feature kMemoryCoordinator;
+
+} // namespace features
+
+} // namespace display_compositor
+
+#endif // COMPONENTS_DISPLAY_COMPOSITOR_DISPLAY_COMPOSITOR_FEATURES_H_

Powered by Google App Engine
This is Rietveld 408576698