blob: 8990bb188cc804aec07b08ded8ba85c39e888903 [file] [log] [blame]
// Copyright 2014 The Chromium 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 "gpu/command_buffer/service/image_factory.h"
namespace gpu {
ImageFactory::ImageFactory() {
}
ImageFactory::~ImageFactory() {
}
} // namespace gpu