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

Unified Diff: blimp/client/compositor/test/dummy_layer_driver.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/test/dummy_layer_driver.h ('k') | blimp/client/input/blimp_input_handler_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/compositor/test/dummy_layer_driver.cc
diff --git a/blimp/client/compositor/test/dummy_layer_driver.cc b/blimp/client/compositor/test/dummy_layer_driver.cc
index 25517299d52e68646321d5bd98f8ba78860fd456..bd9a1ba846610ad50d8be47ce1a886e5d264181b 100644
--- a/blimp/client/compositor/test/dummy_layer_driver.cc
+++ b/blimp/client/compositor/test/dummy_layer_driver.cc
@@ -16,6 +16,7 @@
#include "ui/gfx/geometry/size.h"
namespace blimp {
+namespace client {
DummyLayerDriver::DummyLayerDriver()
: layer_(cc::SolidColorLayer::Create(BlimpCompositor::LayerSettings())),
@@ -59,4 +60,5 @@ void DummyLayerDriver::StepAnimation() {
base::TimeDelta::FromMilliseconds(16));
}
+} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/compositor/test/dummy_layer_driver.h ('k') | blimp/client/input/blimp_input_handler_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698