blob: 402282bf7230addb45c27b663a50f8c746df8ab5 [file] [log] [blame]
//
// Copyright 2016 The ANGLE Project Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
#include "util/OSPixmap.h"
OSPixmap *CreateOSPixmap()
{
return nullptr;
}