gpu: InProcessCommandBuffer::DestroyTransferBuffer thread safe
[chromium-blink-merge.git] / ui / gl / gl_state_restorer.cc
blob8bf6f81ec68ff6986b7f6a98bdef15b142363079
1 // Copyright (c) 2012 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 "ui/gl/gl_state_restorer.h"
7 namespace gfx {
9 GLStateRestorer::GLStateRestorer() {
12 GLStateRestorer::~GLStateRestorer() {
15 } // namespace gfx