diff options
Diffstat (limited to 'cc/CCThread.h')
-rw-r--r-- | cc/CCThread.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cc/CCThread.h b/cc/CCThread.h new file mode 100644 index 0000000..aaa3579 --- /dev/null +++ b/cc/CCThread.h @@ -0,0 +1,6 @@ +// Copyright 2012 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. + +// Temporary forwarding header +#include "cc/thread.h" |