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

Unified Diff: blimp/client/compositor/blimp_layer_tree_settings.cc

Issue 1570943002: [Blimp client] Move client code into blimp::client namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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
« no previous file with comments | « blimp/client/compositor/blimp_layer_tree_settings.h ('k') | blimp/client/compositor/blimp_output_surface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/compositor/blimp_layer_tree_settings.cc
diff --git a/blimp/client/compositor/blimp_layer_tree_settings.cc b/blimp/client/compositor/blimp_layer_tree_settings.cc
index 029e328c78ce21e38462472a33910cf1d1b49733..3dbc058ac37c646f5ffaa03663453e3ffa24e23f 100644
--- a/blimp/client/compositor/blimp_layer_tree_settings.cc
+++ b/blimp/client/compositor/blimp_layer_tree_settings.cc
@@ -17,6 +17,7 @@
#include "ui/gl/gl_switches.h"
namespace blimp {
+namespace client {
// TODO(dtrainor): This is temporary to get the compositor up and running.
// Much of this will either have to be pulled from the server or refactored to
@@ -105,4 +106,5 @@ void PopulateCommonLayerTreeSettings(cc::LayerTreeSettings* settings) {
settings->use_compositor_animation_timelines = true;
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/compositor/blimp_layer_tree_settings.h ('k') | blimp/client/compositor/blimp_output_surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698