Don't add an aura tooltip to bubble close buttons on Windows.
[chromium-blink-merge.git] / gpu / command_buffer / service / error_state_mock.cc
blobf3925d743525fad551d18d5e52ae8feb9bc84dbf
1 // Copyright (c) 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 "gpu/command_buffer/service/error_state_mock.h"
7 namespace gpu {
8 namespace gles2 {
10 MockErrorState::MockErrorState()
11 : ErrorState() {}
13 MockErrorState::~MockErrorState() {}
15 } // namespace gles2
16 } // namespace gpu