Disable Vsync when Aero Glass is enabled.
[chromium-blink-merge.git] / ash / wm / window_state_delegate.cc
blob00040735ea4d4d7fb84ddb47fe2bba1ac0efe764
1 // Copyright 2013 The Chromium Authors. 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.
5 #include "ash/wm/window_state_delegate.h"
7 namespace ash {
8 namespace wm {
10 WindowStateDelegate::WindowStateDelegate() {
13 WindowStateDelegate::~WindowStateDelegate() {
16 bool WindowStateDelegate::ToggleFullscreen(WindowState* window_state) {
17 return false;
20 } // namespace wm
21 } // namespace ash