Index: content/renderer/gpu/compositor_output_surface.cc |
=================================================================== |
--- content/renderer/gpu/compositor_output_surface.cc (revision 163045) |
+++ content/renderer/gpu/compositor_output_surface.cc (working copy) |
@@ -15,6 +15,8 @@ |
using WebKit::WebGraphicsContext3D; |
using WebKit::WebCompositorSoftwareOutputDevice; |
+namespace content { |
+ |
//------------------------------------------------------------------------------ |
// static |
@@ -112,3 +114,5 @@ |
static_cast<double>(base::Time::kMicrosecondsPerSecond); |
client_->onVSyncParametersChanged(monotonicTimebase, intervalInSeconds); |
} |
+ |
+} // namespace content |