diff options
Diffstat (limited to 'ui/gfx/compositor/compositor_switches.cc')
-rw-r--r-- | ui/gfx/compositor/compositor_switches.cc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ui/gfx/compositor/compositor_switches.cc b/ui/gfx/compositor/compositor_switches.cc new file mode 100644 index 0000000..13c9bc6 --- /dev/null +++ b/ui/gfx/compositor/compositor_switches.cc @@ -0,0 +1,12 @@ +// Copyright (c) 2011 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 "ui/gfx/compositor/compositor_switches.h" + +namespace switches { + +const char kEnableCompositorOverdrawDebugging[] = + "enable-compositor-overdraw-debugging"; + +} // namespace switches |