chromium/cc/layers/draw_mode.h

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CC_LAYERS_DRAW_MODE_H_
#define CC_LAYERS_DRAW_MODE_H_

namespace cc {

enum DrawMode {};

}  // namespace cc

#endif  // CC_LAYERS_DRAW_MODE_H_