Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ozone / ui / gfx / vsync_provider_wayland.cc
1 // Copyright 2013 Intel Corporation. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "ozone/ui/gfx/vsync_provider_wayland.h"
6
7 #include "base/bind.h"
8 #include "base/message_loop/message_loop.h"
9 #include "ozone/ui/gfx/ozone_display.h"
10
11 namespace gfx {
12
13 WaylandSyncProvider::WaylandSyncProvider() {
14 }
15
16 WaylandSyncProvider::~WaylandSyncProvider() {
17 }
18
19 void WaylandSyncProvider::GetVSyncParameters(
20          const UpdateVSyncCallback& callback) {
21   // TODO(kalyan): Pass refresh rate and time of the last refresh.
22 }
23
24 }  // namespace gfx