Index: cc/stubs/TilingData.h |
diff --git a/cc/stubs/TilingData.h b/cc/stubs/TilingData.h |
index 03e48eb6d0e8c394a443273b835d8fd59959f76f..0221500652145c66e381b9da725bbe8b9873eaf1 100644 |
--- a/cc/stubs/TilingData.h |
+++ b/cc/stubs/TilingData.h |
@@ -5,6 +5,14 @@ |
#ifndef CC_STUBS_TILINGDATA_H_ |
#define CC_STUBS_TILINGDATA_H_ |
+#if INSIDE_WEBKIT_BUILD |
+#include "Source/WebCore/platform/graphics/gpu/TilingData.h" |
+#else |
#include "third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h" |
+#endif |
+ |
+namespace cc { |
+ typedef WebCore::TilingData TilingData; |
+} |
#endif // CC_STUBS_TILINGDATA_H_ |