summaryrefslogtreecommitdiff
path: root/chromium/ui/gfx/ui_gfx_exports.cc
blob: ca95eb33194449769b4f66400f24581c05472b56 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2013 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.

// This file is for including headers that are not included in any other .cc
// files contained with the ui/gfx module.  We need to include these here so
// that linker will know to include the symbols, defined by these headers, in
// the resulting dynamic library (gfx.dll).

#include "ui/gfx/vsync_provider.h"