diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 13:40:29 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-19 13:40:29 +0000 |
commit | ad5d142574850436f1ef5e2d94aa68c8d6594dfc (patch) | |
tree | 915eb600b08485fb948c13769592698f1d3f0ae9 /cc/CCSolidColorLayerImpl.h | |
parent | e3a71831c6eded3764955fd4d82b8e1b72b3773e (diff) | |
download | chromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.zip chromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.tar.gz chromium_src-ad5d142574850436f1ef5e2d94aa68c8d6594dfc.tar.bz2 |
Revert r162986 "cc: Remove CC*.h temporary includes, part 1/4."
Build fails with "gclient hooks failed" error.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162988 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/CCSolidColorLayerImpl.h')
-rw-r--r-- | cc/CCSolidColorLayerImpl.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cc/CCSolidColorLayerImpl.h b/cc/CCSolidColorLayerImpl.h new file mode 100644 index 0000000..b763bf7 --- /dev/null +++ b/cc/CCSolidColorLayerImpl.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/solid_color_layer_impl.h" |