diff options
Diffstat (limited to 'cc/io_surface_layer.h')
-rw-r--r-- | cc/io_surface_layer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h index 7eb44fe..afea279 100644 --- a/cc/io_surface_layer.h +++ b/cc/io_surface_layer.h @@ -2,11 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. - #ifndef IOSurfaceLayerChromium_h #define IOSurfaceLayerChromium_h -#include "LayerChromium.h" +#include "cc/layer.h" namespace cc { |