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

Unified Diff: blimp/client/compositor/blimp_compositor.h

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/blimp_startup.cc ('k') | blimp/client/compositor/blimp_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/compositor/blimp_compositor.h
diff --git a/blimp/client/compositor/blimp_compositor.h b/blimp/client/compositor/blimp_compositor.h
index 7245e8ac27774708669c8a9946a444675fb2f1ca..50056f8a1dddfdf604d0855c298556e396504b71 100644
--- a/blimp/client/compositor/blimp_compositor.h
+++ b/blimp/client/compositor/blimp_compositor.h
@@ -33,6 +33,8 @@ namespace blimp {
class BlimpMessage;
+namespace client {
+
// BlimpCompositor provides the basic framework and setup to host a
// LayerTreeHost. The class that owns the LayerTreeHost is usually called the
// compositor, but the LayerTreeHost does the compositing work. The rendering
@@ -177,6 +179,7 @@ class BLIMP_CLIENT_EXPORT BlimpCompositor
DISALLOW_COPY_AND_ASSIGN(BlimpCompositor);
};
+} // namespace client
} // namespace blimp
#endif // BLIMP_CLIENT_COMPOSITOR_BLIMP_COMPOSITOR_H_
« no previous file with comments | « blimp/client/blimp_startup.cc ('k') | blimp/client/compositor/blimp_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698