| Index: ui/gl/sync_control_vsync_provider.cc
|
| diff --git a/ui/gl/sync_control_vsync_provider.cc b/ui/gl/sync_control_vsync_provider.cc
|
| index b363affa9f62e17527a42b402aced7e1bbc05a96..f9dc5c56e47e7e0a0a64eacc06d6f960ab83ea8e 100644
|
| --- a/ui/gl/sync_control_vsync_provider.cc
|
| +++ b/ui/gl/sync_control_vsync_provider.cc
|
| @@ -23,9 +23,9 @@ const int64_t kMaxVsyncIntervalUs = base::Time::kMicrosecondsPerSecond / 10;
|
| const double kRelativeIntervalDifferenceThreshold = 0.05;
|
| #endif
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| -SyncControlVSyncProvider::SyncControlVSyncProvider() : VSyncProvider() {
|
| +SyncControlVSyncProvider::SyncControlVSyncProvider() : gfx::VSyncProvider() {
|
| #if defined(OS_LINUX)
|
| // On platforms where we can't get an accurate reading on the refresh
|
| // rate we fall back to the assumption that we're displaying 60 frames
|
| @@ -158,4 +158,4 @@ void SyncControlVSyncProvider::GetVSyncParameters(
|
| #endif // defined(OS_LINUX)
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|