crazy linker: Fix failure to cleanly unload libraries.
[chromium-blink-merge.git] / ui / gfx / gpu_memory_buffer.cc
blobda80107bda452458eecc01419db935a595ae0d4a
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 "ui/gfx/gpu_memory_buffer.h"
7 namespace gfx {
9 GpuMemoryBufferHandle::GpuMemoryBufferHandle()
10 : type(EMPTY_BUFFER),
11 id(0),
12 handle(base::SharedMemory::NULLHandle())
13 #if defined(OS_MACOSX)
15 io_surface_id(0)
16 #endif
20 } // namespace gfx